是否有curl
与使用指定证书等效的东西openssl
?
例如,我想通过以下方式实现以下目标openssl
:
curl --cacert test.pem https://vimmi.net
我试过:
openssl s_client -connect https://vimmi.net -CAfile test.pem
但出现错误:
Servname not supported for ai_socktype
是否有curl
与使用指定证书等效的东西openssl
?
例如,我想通过以下方式实现以下目标openssl
:
curl --cacert test.pem https://vimmi.net
我试过:
openssl s_client -connect https://vimmi.net -CAfile test.pem
但出现错误:
Servname not supported for ai_socktype