最佳答案
openssl s_client -connect some.https.server:443 -showcerts
is a nice command to run when you want to inspect the server's certificates and its certificate chain.
Is there a way to run this command when you are behind a HTTP/HTTPS proxy ?