使用手册对这个错误值的解释是这样的:
CURLE_SSL_CONNECT_ERROR (35)
A problem occured somewhere in the SSL/TLS handshake. You really want
the error buffer and read the message there as it pinpoints the problem
slightly more. Could be certificates (file formats, paths, permissions),
passwords, and others.
主要有如下一些问题:
想迫切了解一下第三点,因为所使用的嵌入式文件系统为只读,如果牵扯到修改文件之类的,那必然是失败的。(备注:这一问我从Meteor处得到了答案,CApath: /etc/ssl/certs
是Linux环境下的默认路径)在哪个源文件可以更改这个默认的配置路径?(这里有更改CApath路径的接口介绍)
ssl连接的时候,又出现了状况:
* error:10067066:elliptic curve routines:ec_GFp_simple_oct2point:invalid encoding
以下是查找到的一些资料:
PHP 用CURL 在nginx 下面 模拟登陆 HTTPS失败,CURLE_SSL_CONNECT_ERROR(35)
Curl with DER certificates format when verifypeer is enabled
curl strange error
curl ssl problems #23
Issue 235: Problems using encrypted connection to s3
Issue 257: Issue with newer versions of curl and s3fs
Issue 343: 1.7 having curl 35 + other disconnect issue
3 Common Causes of Unknown SSL Protocol Errors with cURL
傻乎乎的去追蹤程式碼,結果發現是編譯openssl的方法不正確!
這裡面可以包括被GFW牆掉的吧.
如Facebook