Forum Discussion
N__197982
Nimbostratus
Sep 18, 2017iRule to disable Client SSL even when SSL Profile(Client) is selected in the VIP.
Folks,
I am looking for an iRule which will help me disable SSL negotiation when the incoming request does not have SSL. The VIP I am going to configure is already going to have SSL certificate in it...
Stanislas_Piro2
Cumulonimbus
Sep 18, 2017Hi,
how can you know it is SSL or not? based on TCP port?
you can use following irule :
when CLIENT_ACCEPTED {
if { [TCP::local_port] == 80 } {
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