Forum Discussion
dwillis619_3073
Nimbostratus
May 26, 2017Dynamically remove serverssl profile
My question is how the iRule should look to dynamically remove the serverssl profile when traffic goes to pool using 80. I have a pool with a WAF and a real server set in priority groups with the WA...
Anesh
Cirrostratus
May 26, 2017Some suggestions:
when CLIENT_ACCEPTED {
if { [TCP::local_port] == 80} {
SSL::disable
pool myPool_80
} elseif { [TCP::local_port] == 443 } {
SSL::enable
pool myPool_443
}
}
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