$ 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.
In my case on a AIX VM also this problem, use --cacert to specific a cacert.pem
--cacert
curl --cacert /var/ssl/cacert.pem https://localhost:3000