Forum Discussion
Tham_T__330907
Nov 17, 2017Nimbostratus
Any iRules that acts as Virtual Server for By-Pass Cert
F5 APM with SWG module, so this F5 acts as Proxy and Intercept Cert.
I have a problem about intercept certificate some website cannot use it, then I solved that problem by create the new virtual ma...
Stanislas_Piro2
Nov 21, 2017Cumulonimbus
if you disable SSL on client side you also have to :
- disable SSL on server side
- disable any L7 profile decoding inner protocol
you can try this:
when CLIENT_ACCEPTED {
if { [ IP::Addr [IP::local_addr] equals "xxx.xxx.xxx.xxx" ] } {
ACCESS::disable
HTTP::disable
SSL::disable clientside
SSL::disable serverside
}
}
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