On 7/2/2014 7:31 PM, Tomasz Chmielewski wrote:
> Hello,
>
> openssl let's me retrieve the SSL certificate for imaps (SSL-backed
> IMAP on port 995) with the following command:
>
>
>    openssl s_client -connect example.com:995
>
>
> Is it possible to do something similar for STARTTLS, connecting to
> IMAP on port 143?
>
> Perhaps not with openssl, or not only with openssl - does anyone know
> how to do the above from command line?
>
>

On 1.0.1:

openssl s_client -starttls imap -connect example.com:143

-Kyle H


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to