search

Home  >  Q&A  >  body text

linux - "CURLE_SSL_CONNECT_ERROR (35)"错误寻求解决方法

使用手册对这个错误值的解释是这样的:

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

伊谢尔伦伊谢尔伦2786 days ago2232

reply all(2)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 11:42:37

    I foolishly traced the code, but found out that the method of compiling openssl was incorrect!

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 11:42:37

    This may include those blocked by GFW.
    Such as Facebook

    PS C:\Users\meteor> curl -v https://www.facebook.com
    * About to connect() to www.facebook.com port 443 (#0)
    *   Trying 31.13.64.129... connected
    * Connected to www.facebook.com (31.13.64.129) port 443 (#0)
    * successfully set certificate verify locations:
    *   CAfile: C:\Windows\system32\curl-ca-bundle.crt
      CApath: none
    * Unknown SSL protocol error in connection to www.facebook.com:443
    * Closing connection #0
    curl: (35) Unknown SSL protocol error in connection to www.facebook.com:443
    PS C:\Users\meteor>
    

    reply
    0
  • Cancelreply