Forum Discussion
SSL offload not working
Hello ,
I am setting up a simple VS where we terminate the 443 session on the F5 and then send the traffic to the backend server on TCP port 8888. The issue is that this is not working . When i use the URL ... i get " Page not available " and when i use the IP .. i get the certificate error and then the same result . The issue seems to be as below which was seen using Fiddler..
Browser F5 server:8888 https ----------> http:8888 ----------->
<----------- http:8888(Response header “Location” has http and port number 8888)
<-------------- http:80
^
|- This should be https, see below Fiddler trace.
http:80 --------->
Aprreciate any help ...
thanks,
karthik
2 Replies
- JRahm
Admin
is your application set up to server URLs with https:// even if the requests are arriving as http:// ? If not, you'll need to rewrite the location header and use a stream profile for content body to rewrite http:// to https://
- Lucas_Thompson_Historic F5 Account
Sharepoint and iis are commonly set up like this. If you have iis, check the site bindings. If you have Sharepoint, check the alternate access mapping config.
You can also rewrite them in f5, but it's risky because of js/Ajax and maybe other functions. Use rewriting as a last resort unless your web app is very simple.
Recent Discussions
Related Content
* 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
