RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-20 Thread Raj, Bhalla
ion that you might be connected to port 80 via SSL. Could you please try to generate a wire log? http://jakarta.apache.org/commons/httpclient/logging.html The Java trace you sent does not give us the information about the HttpClient that we need. cheers, Roland "Raj, Bhalla" <

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
on of the SSL guide <http://jakarta.apache.org/commons/httpclient/sslguide.html>? If not, please do so and let us know the result. Oleg -----Original Message- From: Raj, Bhalla [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 16:25 To: Commons HttpClient Project Subject: RE: HttpClient for Https

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
side? "Unrecognized SSL message, plaintext connection?" exception is usually thrown when an attempt is made to connect SSLSocket to a plain HTTP port Oleg >-- Original Message -- >Reply-To: "Commons HttpClient Project" <[EMAIL PROTECTED]> >From: "Raj, Bhalla" &l

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
r the same link" part. The protocol is usually part of the link. If you managed to convice HttpClient to use SSL, while the server still believes it is plain HTTP, that would explain the error message. cheers, Roland "Raj, Bhalla" <[EMAIL PROTECTED]> 19.04.2004 11:41 Ple

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
s plain HTTP, that would explain the error message. cheers, Roland "Raj, Bhalla" <[EMAIL PROTECTED]> 19.04.2004 11:41 Please respond to "Commons HttpClient Project" To: [EMAIL PROTECTED] cc: Subject:HttpClient for Https gives

HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
Hi , Please Help. I am using HttpClient and i am able to successfully send http request and receive response. But when i try to send "https" request for the same link i get the following error(I am able to successfully send https request and response through the browser. ). javax.net.ssl.SSLE