Can't connect to certain HTTPS sites
I am trying to access a host using curl ssl and always return the following error
curl -I -v https://www.****.com
* About to connect() to https://www.****.com port 443 (#0)
* Trying *.*.*.* ... connected
* Connected to https://www.****.com (*.*.*.*) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* NSS error -5990
* Closing connection #0
* SSL connect error
curl: (35) SSL connect error
Note : I could access the same host using different server
-
Hello :) Please let us know if the following third-party URL helps answer this question: [url=http://stackoverflow.com/questions/21887315/curl-ssl-connect-error-35-with-nss-error-5961]cURL SSL connect error 35 with NSS error -5961 - Stack Overflow Thank you. 0
Please sign in to leave a comment.
Comments
1 comment