Forum Discussion
ispy_344504
Dec 25, 2017Nimbostratus
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--...
Stanislas_Piro2
Dec 25, 2017Cumulonimbus
To append 443 port at the end of Host header and insert real IP, use the following code:
when HTTP_REQUEST {
HTTP::host "[HTTP::host]:443"
HTTP::header insert X-Real-IP [IP::remote_addr]
HTTP::header insert X-Forwarded-For [IP::remote_addr]
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects