Forum Discussion
psor_73734
Nimbostratus
Aug 18, 2009client certificate authentication for a particular directory
Hi
I need to use client certificate authentication for a particular directory, for example:
on
https://demo.com (no authentication needed)
https://d...
psor_73734
Nimbostratus
Aug 19, 2009Aaron,
I'm using LTM 9.44, I need to use ocsp verification, so for a particular directory (example.com/auth), but I dont know how to restrict this behavior (on ssl_profile) to a particular directory. I tried to use irule like this:
when CLIENTSSL_HANDSHAKE {
if { [SSL::cert count] > 0 } {
HTTP::release
}
}
when HTTP_REQUEST {
if {not ([HTTP::uri] starts_with "/abc/") }
{ if {[SSL::cert count] == 0} {
HTTP::collect
SSL::authenticate always
SSL::authenticate depth 9
SSL::cert mode require
SSL::renegotiate
}
}
}
But it dosen't work fine and it dosen't have the logic for ocsp verification.
Thanks you
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
