프록시를 사용하는 openssl s_client openssl s_client -connect some.https.server:443 -showcerts 서버의 인증서와 인증서 체인을 검사 할 때 실행할 수있는 좋은 명령입니다. HTTP / HTTPS 프록시 뒤에있을 때이 명령을 실행하는 방법이 있습니까? 공식적으로 아닙니다. 하지만 여기에 패치 http://rt.openssl.org/Ticket/Display.html?id=2651&user=guest&pass=guest proxytunnel 을 사용할 수 있습니다 . proxytunnel -p yourproxy:8080 -d www.google.com:443 -a 7000 그런 다음 이렇게 할 수 있습니다. openssl s_client -connec..