URGENT --- Passing Session Info to a Redirected Page

2008-04-08 Thread Shanmugam Karthikeyan NCS
Hi All, I am new to HttpClient. I need to develop a proxy servlet which does an internal Http post to a IIS server which in turn generates a cookie which i need to use in order to perform Single Sign On to a Vendor application. Currently this Single Sign On is working perfectly for a form

Re: Unexpectedly long request time-outs

2008-04-08 Thread Oleg Kalnichevski
On Mon, 2008-04-07 at 23:31 +0100, Christiaan Lamprecht wrote: Thanks Oleg, Socket timeout defines a maximum of period inactivity between two _consecutive_ I/O operations. I've been looking through the connection manager code trying to find out what effect a ConnectionTimeout and

RE: getting httpclient to trust all certs for ssl?

2008-04-08 Thread Moore, Greg
George, Did you take a look at http://hc.apache.org/httpclient-3.x/sslguide.html at the EasySSLProtocolSocketFactory. there is an EasySSLProtocolSocketFactory and an EasyTrustmanager in SVN that seem to do ok. of course I wouldn't use it for production. maybe this would help too.