Forum Discussion
Frank_Mancini_3
Nimbostratus
Feb 11, 2008redirection for SSL without cert HELP
If I have a virtual interface configured for TCP 443 and I have a redirection iRule to a correct good URL:
when HTTP_REQUEST {
HTTP::redirect "https://www.mysite.com"
}
and I type of the https://ip address of the virutal interface, will I get the "Not a valid ssl site" message before the redirection occurs?
- hoolio
Cirrostratus
When you make a request to an HTTPS web server and the server responds with a certificate, the browser compares the subject of the cert with the host name it made the request to. If they don't match, and the browser isn't configured to ignore cert mismatch errors, the browser will generate a cert mismatch error. As you're making a request by IP address, the cert subject won't match and you'll get the browser warning.
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