Forum Discussion
Rajendra_129865
Nimbostratus
May 28, 2014Enable and Apply Server SSL Profile through iRule
Hi All,
We have configured an HTTPS VIP on F5 LTM. This VIP serves access for multiple URIs/connections. Now we have received a request to transfer the connection to HTTPS pool. Here application...
nitass
Employee
May 28, 2014you have to assign serverssl profile to the virtual server and disable/enable it in irule.
e.g.
when HTTP_REQUEST {
SSL::disable serverside
switch -glob [HTTP::uri] {
"/AAA" { pool AAAServers_http }
"/BBB" { pool BBBServers_http }
"/CCC" { pool CCCServers_http }
"/DDD" {
SSL::enable serverside
pool DDDServers_https
}
}
}
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