Why is Perl's IO::Socket::SSL->new() failing?
- by bstullkid
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?