Forum Discussion
hoolio
Cirrostratus
May 24, 2007SSL profile options
Can you set the nonssl option for a client SSL profile in a rule? I'd like to be able to give a few customers a rule to use on port 0 VIPs and not have to force them to enable this option on each cli...
F5Rookie_28647
Nimbostratus
Nov 29, 2007Aaron, since you seem to be will versed in the SSL configuration maybe you can help me in my situation.
I have a wildcard certificate installed so that:
* https://login.mycompany.com
* https://secure.mycompany.com
All resolve to the same IP address/port. However I need come up with an iRule so that I can assign each SSL subdomain to their own pool. Something like this:
when HTTP_REQUEST {
if { [string tolower [HTTP::host]] equals "login.mycompany.com"}
{
pool LOGIN
}
elseif { [string tolower [HTTP::host]] equals "secure.mycompany.com"}
{
pool SECURE
}
else
{
pool WebServer
}
}The above rule works fine for my non-SSL traffic but HTTP_REQUEST is blank for SSL requests so I don't know what to do. I was hoping to find a HTTPS_REQUEST but apparently that does not exist. Any help would be GREATLY appreciated!!!
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