Forum Discussion
El_Jefe
Jul 11, 2011Nimbostratus
Append FQDN to https request
Hello,
I am sure this has been asked many times, but I could not find it in search. We use our F5s here internally, and the users can get to the websites using an internal hostname - like ht...
hooleylist
Jul 11, 2011Cirrostratus
Hi Jeff,
If the first request is for https://server1 then the error occurs before LTM decrypts the SSL and could modify the HTTP headers. If the clients make an HTTP request first to http://server1, then you could redirect their HTTP request to HTTPS with the fully qualified domain name:
when HTTP_REQUEST {
HTTP::redirect https://server1.companyxyz.com[HTTP::uri]
}
Aaron
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