$ 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.
i have some solutions that fix the issue for me:
1] try update your curl/php/apache [ yum update ]
yum update
2] restart apache
Those worked for me!