Hhi folks I'm working with apache mina and I need to add SSL security. I tried to reply the chat example to my project, but it doesn't work. The client side doesn't authenticate. The server sends the message with the certificate and the client receive the certificate, but in the other way the client never send the certificate.
I'am adding the SSLFilter to the acceptor and the connector. In the client side, I configure the property "setUseClient". If I configure the server with the property setWantClientAuth, the server doesn't receive the mesage from client. Doy you have any idea about what is happen? I don't know if you have another example of SSL, or more documentation about it. Cheers, VerĂ³nica Crespo
