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]
