I just tracked this down to the fact that my subclass of SSLProtocolSocketFactory wasn't overriding hashCode() and equal().
Tx Simon -----Original Message----- From: Simon Fell Sent: Monday, July 18, 2005 3:00 PM To: HttpClient User Discussion Subject: RE: SSL over Proxy with persistent connections ? Thanks, nothing in there seems to apply, forgot to mention that this is running on a 1.5.02 JVM. So, it should be working then? Tx Simon -----Original Message----- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 2:48 PM To: HttpClient User Discussion Subject: Re: SSL over Proxy with persistent connections ? On Mon, 2005-07-18 at 14:23 -0700, Simon Fell wrote: > Hi, > > I'm using http client v2.0, and am doing SSL requests via a proxy, > everything appears to be working correctly, but it appears that its > not doing persistent connections, every request seems to trigger a new > connection (as monitored with a packet sniffer). Making the same > requests via HTTP do result in persistent connections being handled > correctly (using the MultiThreadedHttpConnectionManager). Are there > any known issues in this area, or should this work ? > Yes, there are. Please consult the HttpClient SSL guide for details: http://jakarta.apache.org/commons/httpclient/sslguide.html#Known% 20limitations%20and%20problems Oleg > Tx > Simon --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
