- or download this
New, TLSv1/SSLv3, Cipher is AES256-SHA
Server public key is 2048 bit
...
Start Time: 1425321673
Timeout : 300 (sec)
Verify return code: 0 (ok)
- or download this
Newton:salesforce_work tpl$ perl -MIO::Socket::SSL=debug30 Testcase
DEBUG: .../IO/Socket/SSL.pm:2602: new ctx 140688297857808
DEBUG: .../IO/Socket/SSL.pm:542: socket not yet connected
...
Can't connect to login.salesforce.com:443 (certificate verify failed)
LWP::Protocol::https::Socket: SSL connect attempt failed error:1409008
+6:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
+at /Library/Perl/5.16/LWP/Protocol/http.pm line 47.
- or download this
#!/usr/bin/perl -w
...
else {
warn "The request succeeded\n";
}