Forum Discussion
paul_dcc
Feb 29, 2012Nimbostratus
HTTPS Redirect to a new Port number
We have a number of user that forget to put :9614 on the end of the url they are trying to connect to and then get Internet Explorer cannot display the webpage (https://sspr.dorsetcc.gov.uk/) when it ...
Antony_413
Feb 29, 2012Nimbostratus
Its simpler that even that, non-port secified https:// goes to port 443, setup the samp VIP with port 443 and apply the redirect iRule (my guess here is that there is nothing listening specifically on 443 though? if so, then re-insert the string check)
The URI part will already have "/showLogin.cc" in it so just put that on the end of the host section.
when HTTP_REQUEST {
Redirect client to the full host name
HTTP::redirect "https://[HTTP::host]:9614[HTTP::uri]"
}
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