great thanks, I also figured it now, and wanted to post my same solution


I get hostname in certificate didn't match: <localhost> != 
so now I must add somewhere SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER

previously it was done on
socketFactory.setHostnameVerifier(SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER),
I will check now, where can I put it.

to be continued...



--
View this message in context: 
http://httpcomponents.10934.n7.nabble.com/client-cert-authentication-tp20672p20705.html
Sent from the HttpClient-User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to