Forum Discussion
julian_mata_164
Nimbostratus
Nov 06, 2015IIS and SSL Profile Handshake failure Help!!
Hey Folks ,
Im currently running into an issue where I'm trying to upload a IIS cert ex. wildcard.pfx but was renamed to .crt so the f5 can accepted it.So when looking at the cert inside the f5 it do...
julian_mata_164
Nimbostratus
Nov 06, 2015when CLIENT_ACCEPTED {
Save the name of the VS default pool
set default_pool [LB::server pool]
}
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/cardonfile"} {
Update the location in the header, change SSL "Server" profiles and target the correct pool
HTTP::header replace Location "[HTTP::uri]"
SSL::session invalidate
set cmd "SSL::profile /Common/AprivaServer"
eval $cmd
pool AIB_115_CardOnFile
SSL::renegotiate
} else {
pool $default_pool
}
}
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