SSL Certificates, two-way authentication and loadbalancers
Posted
by
5arx
on Server Fault
See other posts from Server Fault
or by 5arx
Published on 2012-06-25T08:29:59Z
Indexed on
2012/06/25
9:17 UTC
Read the original article
Hit count: 271
We're looking to implement two-way authentication with client certificates for a privileged subset of our application users. The idea will be that if a certificate is detected the user will be asked for an additional password/PIN and that will be used to verify the certificate and user. Ordinary users will continue to authenticate themselves via the standard login mechanism.
Our production environment (hosted by a well-known company) comprises load-balanced application servers and I'm unclear as to how this set-up will handle the certificates and I'm not certain if there are any pitfalls I should be aware of. I would very appreciate some thoughts, comments or real-world advice on the subject.
© Server Fault or respective owner