curl error 35 : unknown SSL protocol error in connection

后端 未结 8 1349
梦如初夏
梦如初夏 2021-02-08 12:08
$ curl -I https://9.185.173.135
curl: (35) Unknown SSL protocol error in connection to 9.185.173.135:443

This is an secured page that I need to access.

8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-08 12:37

    i have some solutions that fix the issue for me:

    1] try update your curl/php/apache [ yum update ]

    2] restart apache

    Those worked for me!

提交回复
热议问题