Re: HttpClient SSL Helppppp!

2004-01-14 Thread crescent
Thanksss so much for the help... Crescent - Original Message - From: "Michael Becke" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Wednesday, January 14, 2004 11:35 AM Subject: Re: HttpClient SSL Help! > Hi Cr

Re: HttpClient SSL Helppppp!

2004-01-13 Thread Michael Becke
Hi Crescent, This is because the SSL cert on the server is self-signed or signed by an unknown certificate authority. JSSE (the SSL library used by HttpClient) by default only trusts those SSL certs that are signed by a few authorities (i.e. Verisign, Thawte). Please take a look at Sun's JSS

HttpClient SSL Helppppp!

2004-01-13 Thread crescent
Hi, there While trying to use HttpClient for a SSL application, I encountered an exception, the codes I used were as follows(the URL is made up here): HttpClient client = new HttpClient(); HostConfiguration config = client.getHostConfiguration(); HttpsURL sslURL = new HttpsURL("https://sample.