On Wed, 2007-08-01 at 10:33 +0200, Saurabh AMBASTA wrote: > Hello Roland, > > Thanks for your help. With JSSE debug parameters, we were able to pinpoint > the problem to the SSL version that the client was sending. We are using > sun JSSE and by default the SSL version that it sends out for the SSL > handshake is v3.1 which corresponds to TLS1.0. How do we change this to > v3.0 in httpclient ? >
Please refer to the HttpClient SSL guide: http://commons.apache.org/httpclient/sslguide.html Oleg > > thanks and regards, > Saurabh Ambasta > > > > > > > Roland Weber <[EMAIL PROTECTED]> > 07/30/2007 06:24 PM > Please respond to > "HttpClient User Discussion" <[email protected]> > > > To > HttpClient User Discussion <[email protected]> > cc > > Subject > Re: Still getting socket closed exception > > > > > > > Hello Saurabh, > > > java.net.SocketException: Socket closed > > at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA12275) > > This looks like some kind of SSL handshake problem, > and we're really not SSL specialists on this list. > Have you tried to enable SSL debug messages? > http://java.sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html#Debug > > > hope that helps, > Roland > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
