I am using the windows port of OpenSSL to retrieve a SMTP over STARTTLS server 
certificate with the following (anonymized) 
command:

openssl s_client -connect smtp.foobar.com:587 -starttls smtp -CApath 
"D:\certs\smtp"

resp

openssl s_client -connect smtp.haertfelder.com:25 -starttls smtp -verify 3 
-CApath "D:\tmp\b"

After issuing the command everything looks good. The remote certificate is 
listed on the CommandPrompt/Terminal
but it is NOT stored in a local file. The last line of the output is:

250 8BITMIME

and then some minutes later:

421 4.4.2 mbox.foobar.com Error: timeout exceeded



Hmm, whats wrong?

How else can I store a remote (*.pem) certificate on the local computer?

Ben





______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [email protected]
Automated List Manager                           [email protected]

Reply via email to