Forum Discussion
GavinW_29074
Apr 16, 2012Nimbostratus
Random HTTPS Redirects?!?!
Hi there,
I'm starting to configured some services on the F5 which support HTTP. Prior to this, all our services have been over HTTPS.
However I'm having some issues with random HTTPS redire...
Antony_413
Apr 16, 2012Nimbostratus
Is it possible that your back end server contains some hard coded https:// ?
To debug I'd put in a listener for the 443 and terminate at the F5 and the following iRule:
when HTTP_REQUEST {
set H [HTTP::host]
set U [HTTP::uri]
log local0.info "[IP::client_addr] $U"
}
I had to so this lately to watch who & what was being called on an old VIP I was decom.
This isnt a solution to your problem but it may help with some debug, to track what was asked for over https://
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