"Dave Thompson" <dthomp...@prinpay.com> wrote:
I don't see a simple fix. What you could do is write a simple program that connects to the desired host, if successful gets the peer cert and writes it out, and (always immediately) closes and exits -- or just exits and lets the OS-level TCP disconnect force a close.
He could just do a: echo foo | openssl s_client -connect "uri.com:443" > cert.txt
This executes in 1 sec here. --gv ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org