Forum Discussion

ispy_344504's avatar
ispy_344504
Icon for Nimbostratus rankNimbostratus
Dec 25, 2017

https insert 443

Hi,

 

My http is working well, but https is not working, https only show one picture, it's a part of http.

 

my network please refer to the below:

 

client---->Fortigate(VIP,80,443)---->F5----->Cisco 3850--->Server

 

my previous network is :

 

client--->Linux (nginx)--->server both http and https worked well.

 

nginx setting: proxy_set_header Host $host:443;

 

proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

I've no idea how to insert proxy header 443 to server, I also imported ssl certificate and tried irules, but it's still not working.

 

Any help is appreciated.

 

2 Replies