Has anybody tested https with Pocol::UserAgent? When I turn on LWP::Debug by
use LWP::Debug qw(+);
It shows that it's always using a IO::Socket::INET instead of Net::SSL.
LWP::Parallel::UserAgent::init_request
<- (undef, [undef], LWP::Parallel::Protocol::https=HASH(0x84c1ef4),
180, 1)
POE::Component::Client::UserAgent::_add_out_socket
POE::Component::Client::UserAgent=HASH(0x84d4370)
IO::Socket::INET=GLOB(0x8505058)
This of course causes problems later.
Pete
