in reply to Re: 500 Can't connect to login.salesforce.com:443
in thread 500 Can't connect to login.salesforce.com:443
Thanks all...was able to find a fix finally in my script moved below code out of SOAP LITE and it works $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS} = "Net::SSL"; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; $ENV{HTTPS_PROXY} = 'https://xx.xxx......'; This was the one we were missing: $ENV{PERL_NET_HTTPS_SSL_SOCKET_CLASS} = "Net::SSL"; Thanks for everyone's guidance!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 500 Can't connect to login.salesforce.com:443
by noxxi (Pilgrim) on Sep 15, 2016 at 04:15 UTC | |
by kunaltyagi (Novice) on Sep 15, 2016 at 12:22 UTC | |
by hippo (Archbishop) on Sep 15, 2016 at 12:46 UTC | |
by kunaltyagi (Novice) on Sep 15, 2016 at 13:13 UTC | |
by hippo (Archbishop) on Sep 15, 2016 at 13:20 UTC | |
|