Forum Discussion
Maria_Carpinter
Nimbostratus
Oct 21, 2013Authenticate clients with server certificate
We've configured a virtual server, with SSL Client profile, in order to authenticate clients with a corporative CA. This CA generates only server certificates, so it doesn't work.
When we try to...
Kevin_Stewart
Employee
Oct 21, 2013Setting the client certificate authentication in the client SSL profile to "request" instead of "require" should work for you.
This setting should allow (client) server certificates to pass validation (ie. there is no validation), however it will also allow access without a certificate. To prevent that you may need an iRule like the following:
when CLIENTSSL_HANDSHAKE {
if { [SSL::cert count] eq 0 } {
reject
}
}
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