Forum Discussion
Kevan_50436
Nimbostratus
Apr 20, 2009HTTPS iRule to redirect traffic by URL?
I have a really simple iRule to route HTTP traffic based on the URL specified:
when HTTP_REQUEST {
if { [HTTP::host] contains "test2" } {
pool Test2_HTTP
...
hoolio
Cirrostratus
Apr 21, 2009Hi Kevan,
The practical answer is that right now, you can only use one SSL certificate per virtual server. In order to avoid an cert mismatch error on browsers, the cert subject(s) must match the hostname the client makes a request to. There are a few options using a single wildcard cert or a single cert with Subject Alternate Names (SANs) that extend the functionality. You can check this post (Click here) for details on these options as well as an extension to TLS that would give you the ability to determine which hostname the client is making a request to before presenting a certificate to the client.
Aaron
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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