Title: Client certificate
Hi ,
I am trying to implement client authentication based on client certificates.
I want to throw up an error message to the "user/browser" in case client certificate is invalid.
What I got was that "The page cannot be displayed" error if an invalid(expired one)
I have a web-site supporting HTTPS. Everything is OK interfacing web browsers like IE. Lately I needed to interface with a Java client, full connection can not be establish. In order to debug I used: openssl s_server -cipher 'ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+SSLv2:-EXP:+eNULL' -cert /etc/httpd