in reply to Re: 500 Can't connect to login.salesforce.com:443
in thread 500 Can't connect to login.salesforce.com:443

Using Crypt::SSLeay is not recommended because it fails to verify certificates properly. The default since LWP 6.0 is to use IO::Socket::SSL (which uses Net::SSLeay not Crypt::SSLeay) but proxy support works only since LWP 6.06.
  • Comment on Re^2: 500 Can't connect to login.salesforce.com:443