TLS 1.2 not working in cURL

后端 未结 5 1285
有刺的猬
有刺的猬 2020-11-27 17:28

I am having trouble curling an HTTPS url that uses TLS1.2, in my curl operation I post my login data into the website and save it in cookiefile. The error message I am getti

5条回答
  •  渐次进展
    2020-11-27 17:45

    TLS 1.1 and TLS 1.2 are supported since OpenSSL 1.0.1

    Forcing TLS 1.1 and 1.2 are only supported since curl 7.34.0

    You should consider an upgrade.

提交回复
热议问题