RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-20 Thread Kalnichevski, Oleg
age- From: Raj, Bhalla [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 20, 2004 9:39 To: Commons HttpClient Project Subject: RE: HttpClient for Https gives Unrecognized SSL message.. Hi Roland/Oleg, Here are the wire Log This is server configuration Server: Apache/1.3.29 (Debian GNU/Linux) mod_

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-20 Thread Raj, Bhalla
[EMAIL PROTECTED]> 19.04.2004 12:50 Please respond to "Commons HttpClient Project" To: Commons HttpClient Project <[EMAIL PROTECTED]> cc: Subject:RE: HttpClient for Https gives Unrecognized SSL message.. Hi Roland, Thanks for response . Wha

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Kalnichevski, Oleg
https", new Protocol("https", new EasySSLProtocolSocketFactory(), 443)); Thanks Raj -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 8:21 PM To: Commons HttpClient Project Subject: RE: HttpClient for Https gives Unrecog

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
w Protocol("https", new EasySSLProtocolSocketFactory(), 443)); Thanks Raj -Original Message- From: Kalnichevski, Oleg [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 8:21 PM To: Commons HttpClient Project Subject: RE: HttpClient for Https gives Unrecognized SSL message.. Ra

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Kalnichevski, Oleg
alled on server. Pleas help.Another way to debug this. Thanks Raj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:50 PM To: Commons HttpClient Project Subject: RE: HttpClient for Https gives Unrecognized SSL message.. Raj, Are you s

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
ebug this. Thanks Raj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 3:50 PM To: Commons HttpClient Project Subject: RE: HttpClient for Https gives Unrecognized SSL message.. Raj, Are you sure that SSL is configured on the server

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread olegk
Raj, Are you sure that SSL is configured on the server 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]> >F

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Roland Weber
To: Commons HttpClient Project <[EMAIL PROTECTED]> cc: Subject: RE: HttpClient for Https gives Unrecognized SSL message.. Hi Roland, Thanks for response . What i meant was when i use "http" it work fine but when i use https it gives error. Serv

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
j -Original Message- From: Roland Weber [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 4:11 PM To: Commons HttpClient Project Subject: Re: HttpClient for Https gives Unrecognized SSL message.. Hello Raj, could you post a code example? I am a bit confused about the "https fo

RE: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Raj, Bhalla
r( "method", _method ), new HttpRequestParameter("xml",xmlRequest) }; * -Original Message- From: Roland Weber [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 4:11 PM To: Commons HttpClient Project Subject: Re:

Re: HttpClient for Https gives Unrecognized SSL message..

2004-04-19 Thread Roland Weber
Hello Raj, could you post a code example? I am a bit confused about the "https for 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, Rola