On Fri, 2010-08-27 at 11:36 -0700, jhinckel wrote:
> I updated HttpClient 3.0 to 4.1 and I have a problem with https connections
> that take 5 seconds between synchronize and handshake message.
> This delay does not occur with old version.
> I'm using preemptive authentication and accepting all certificates.
> 
> Anybody can help me?
> 

Both versions use exactly the same standard Java JSSE extension for
SSL/TLS transport security. Try using the standard SSL debug facility to
find out if there are any differences in the way different versions of
HttpClient handle the SSL handshake process.

http://download.oracle.com/javase/1.5.0/docs/guide/security/jsse/ReadDebug.html

Oleg




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to