Forum Discussion
Malcolm_Sutton_
Nimbostratus
Oct 08, 2018Help writing an Irule for port 636
When I connect from my computer using openssl to Vip1(Pool1), I want it to be redirect to VIP2(Pool2) and get the a different certificate from VIP2 , it presents the certificate for VIP1. I am using ...
Kevin_Stewart
Employee
Oct 09, 2018You normally have to do a little extra work to change the client SSL profile. Try this:
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals Excempt_TLS_wabbit] } {
set sslprof "SSL::profile cert-ovd_clientssl"
eval ${sslprof}
pool "IAM_OVD_WeblogicServer_7501"
}
}
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