Re: POE useragent and https

2002-11-08 Thread poelist
Has anyone gotten POE::Component::Client::UserAgent to work with SSL/HTTPS pages? I've disabled nonblocking, and Net::SSL is being used, but I still get a failure after a few bytes are read. Is there anything else I can do, or am I out of luck? I was trying to make it work with HTTPS, and

Re: POE useragent and https

2002-11-08 Thread Peter Chen
On Fri, 2002-11-08 at 15:16, [EMAIL PROTECTED] wrote: I was trying to make it work with HTTPS, and after a few rounds gave up on it. If turning non-blocking connects off does not help, fork a process and run LWP or LWP::PUA in it. Or try PoCoCl::HTTP. There may be a different way to create

POE useragent and https

2002-11-07 Thread Lenny Rachitsky
Has anyone gotten POE::Component::Client::UserAgent to work with SSL/HTTPS pages? I've disabled nonblocking, and Net::SSL is being used, but I still get a failure after a few bytes are read. Is there anything else I can do, or am I out of luck? Any help at all would be very much appreciated.

Re: POE useragent and https

2002-11-07 Thread Rocco Caputo
On Thu, Nov 07, 2002 at 11:05:28AM -0800, Lenny Rachitsky wrote: Has anyone gotten POE::Component::Client::UserAgent to work with SSL/HTTPS pages? I've disabled nonblocking, and Net::SSL is being used, but I still get a failure after a few bytes are read. Is there anything else I can do, or

Re: POE useragent and https

2002-11-07 Thread Peter Chen
On Thu, 2002-11-07 at 21:47, Rocco Caputo wrote: On Thu, Nov 07, 2002 at 11:05:28AM -0800, Lenny Rachitsky wrote: Has anyone gotten POE::Component::Client::UserAgent to work with SSL/HTTPS pages? I've disabled nonblocking, and Net::SSL is being used, but I still get a failure after a few