Forum Discussion
Misty_Spillers
Nimbostratus
Aug 27, 2010Mix and matching port 80 and port 443 pools
I have spent a bit of time searching only to find very old posts the reference things that do not exist. I would like to know how to create and iRule for the following.
The VS is 443 only, w...
Chris_Miller
Altostratus
Aug 27, 2010Doesn't look like you can do SSL::disable from within the HTTP_REQUEST event so you might have to try the SERVER_CONNECTED event.
Add this after your HTTP_REQUEST event.
when SERVER_CONNECTED {
if {[LB::server port] == 443 } {
SSL::profile serverssl_profile
} else {
SSL::disable
}
}
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