Java SSLSocket find out if client used certificate
Is there a way to find out if a Java SSLSocket connection (on the server) was established from a client with a client certificate? And if so, can I see the CN= of the client certificate?
Is there a way to find out if a Java SSLSocket connection (on the server) was established from a client with a client certificate? And if so, can I see the CN= of the client certificate?