On Thu, Nov 07, 2002 at 10:20:26PM -0500, Peter Chen wrote:
> 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 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.
> > 
> > We discussed this in IRC, and I spent a long look at the bowels of LWP
> > to no avail.  Maybe someone else can figure it out, but I'm totally at
> > a loss.
> > 
> > POE::Component::Client::HTTP works, however.
> 
> Perhaps we can build on each other's experience.  Several of us have
> looked into this problem.  
> 
> Is POE::Component::Client::UserAgent still based on LWP::ParallelUA?  I
> recall a few months ago, we got in touch with the authors, and one of
> them was working on a fix.

Yes, it still uses ParallelUA.  I tried it with the last recommended
version and the latest one.  I also hardcoded
LWP::Parallel::Protocol::https to use one and then the other SSL
library.  Both failed.

Lenny suggested Making the underlying SSL socket block, and that seems
to help somewhat.  It still doesn't fix the problem.

Lenny also noted that LWP::ParallelUA works on its own when making the
same request (https://www.wellsfargo.com/).

-- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/

Reply via email to