Re: how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Kyle Hamilton
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 t

Re: how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Jeffrey Walton
On Wed, Jul 2, 2014 at 10:31 PM, Tomasz Chmielewski wrote: > > 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

how can I get the certificate for STARTTLS/IMAP connections?

2014-07-02 Thread Tomasz Chmielewski
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