Why is IO::Socket::SSL->new() failing?
Posted
by bstullkid
on Stack Overflow
See other posts from Stack Overflow
or by bstullkid
Published on 2010-05-19T22:25:30Z
Indexed on
2010/05/19
22:30 UTC
Read the original article
Hit count: 250
$client = IO::Socket::SSL->new("pilot-payflopro.paypal.com:443");
my IO::Socket::SSL::errstr() is
failederror:00000000:lib(0):func(0):reason(0)
my $! is 'invalid argument'
Has anyone run into this before?
© Stack Overflow or respective owner