RE: HTTPClient exception

2003-07-07 Thread Claudio Santana
Thanks! I hope this helps to solve my situation! Have a nice sleep! -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 5:09 PM To: Commons HttpClient Project Subject: RE: HTTPClient exception Well, that is it. Have a look at

RE: HTTPClient exception

2003-07-07 Thread Oleg Kalnichevski
Monday, July 07, 2003 4:55 PM > To: Commons HttpClient Project > Subject: RE: HTTPClient exception > > Claudio, does the same code work with your target server? > > Oleg > > > On Mon, 2003-07-07 at 23:49, Claudio Santana wrote: > > I ran the basic connection p

RE: HTTPClient exception

2003-07-07 Thread Claudio Santana
hread "main" -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:55 PM To: Commons HttpClient Project Subject: RE: HTTPClient exception Claudio, does the same code work with your target server? Oleg On Mon, 2003-07-07 at 23:49,

RE: HTTPClient exception

2003-07-07 Thread Oleg Kalnichevski
t; System.out.println(line); > } > } finally { > socket.close(); >} > } > } > > > -Original Message- > From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003 4:43 PM &g

RE: HTTPClient exception

2003-07-07 Thread Claudio Santana
} } finally { socket.close(); } } } -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 4:43 PM To: Commons HttpClient Project Subject: Re: HTTPClient exception Claudio, It's hard to tell what is goin

Re: HTTPClient exception

2003-07-07 Thread Oleg Kalnichevski
Claudio, It's hard to tell what is going on there. Somehow I still suspect that SSL support is mis-configured and the target server drops the connection in the middle of the session. Have you tried testing your SSL setup with the little trick described in 'Troubleshooting' section of the SSL guid