You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Jesus M. Salvo Jr." <je...@migasia.com> on 2004/05/10 08:40:59 UTC

keep-alive with HTTPS

I was re-reading the SSL guide today and it mentions about "*Persistent 
SSL connections do not work on Sun's JVMs below 1.4".*
However, the details for that section is actually talking about HTTP 
keep-alive ( and then talks about stale SSL connections ).

So I am a bit confused now. Is / Was the problem with the JVM itself ( 
that is, with HttpURLConnection ), or was it with JSSE ?
Since HttpClient is creating its own socket ( and does not use Java's 
URLConnection ), then the problem with HTTP keep-alive should not 
affected HttpClient
( assuming it was a problem with HttpURLConnection ).

Reason I ask is that we are still running JDK 1.3.1_08 on Solaris SPARC.

Anyway, I'm still confused.
Anyone care to enlighten me ?

Thanks

John









---------------------------------------------------------------------
To unsubscribe, e-mail: commons-httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-httpclient-dev-help@jakarta.apache.org