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