HTTPClient exception

2003-07-07 Thread Claudio Santana
Hi all, I finally made the most basic SSL code run in my computer. Now I am trying to send Post requests with the HttpClient class. I get the following exception when I do the Execute method: java.net.SocketException: Socket closed at java.net.PlainSocketImpl.socketGetOption(Native

RE: HTTPClient exception

2003-07-07 Thread Claudio Santana
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 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

RE: HTTPClient exception

2003-07-07 Thread Oleg Kalnichevski
) { System.out.println(line); } } 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

RE: HTTPClient exception

2003-07-07 Thread Claudio Santana
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, Claudio Santana

RE: HTTPClient exception

2003-07-07 Thread Oleg Kalnichevski
To: Commons HttpClient Project Subject: Re: HTTPClient exception 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

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