Hello everybody, I have created a Mina proxy and added SSL support to it, following the two examples given on the site. i am running into two issues now:
1. The mutual auth handshake fails, since I don't get a valid response from the server that requires it. 2. Even if I send a simple http request from the client, it still gets passed on to the handler (since I am implementing SSL, I want only the https request to be accepted and the simple http requests to be rejected). Any help with this would be greatly appreciated. Thanks, Dipesh
