All request with SecureSocket do not receive client certificate. I created server with securesocket. How can I request client to send his certificate for check?
by Pieter Philippaerts [Pieter at mentalis dot org] posted on 2004/12/25
When you create a server socket, make sure you pass the SecurityFlags.MutualAuthentication flag with it.