php - CURL Error while making request: SSL connect error (error code: 35) -


when try connect bigcommerce's webdav server php, following error message:

curl error while making request: ssl connect error (error code: 35)

i using sabredav client library php wrapper around curl.

i same error if use curl command line.

i using centos 6.3, php 5.3.3, curl 7.19.7.

i tried on several different machines:

curl -v https://www.example.com/ 

on machines got ssl error 35, , on worked no error message. suspected there difference in curl version being used, or else related packages ssl certs. tried updating packages on server needed. turned out updating network security services (nss) package fixed problem.

yum update nss 

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -