Hello,
I use the following code in my application, to make sure even
https-connections can be etablished if the server's certificate is
invalid/self-signed:
Protocol myhttps = new Protocol("https", new
EasySSLProtocolSocketFactory(), 443);
Protocol.registerProtocol("https", myhttps);
Is this enough?
I recently heard from one customer which said he ran into troubles
because the machine running HttpClient was unaware of the server's
certificates. Can this be right?
Thank you in advance, Clemens
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]