Why is Perl's 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/20
2:20 UTC
Read the original article
Hit count: 278
When I execute this line:
$client = IO::Socket::SSL->new("pilot-payflopro.paypal.com:443");
my IO::Socket::SSL::errstr()
is
configuration error
failederror:00000000:lib(0):func(0):reason(0)
my $!
is 'invalid argument'
Has anyone run into this before?
© Stack Overflow or respective owner