Re: openssl question

2018-01-10 Thread Aki Tuomi
> On January 8, 2018 at 10:19 PM Selcuk Yazar wrote: > > > Hi > > we are using dovecot on secure port > > when i try to command > > openssl s_client -connect mail.mydomain:pop3s > > > > it works perfect. > > [image: Inline image 1] > > > Also i check from > > https://www.sslshopper.

Re: openssl question

2018-01-09 Thread Joseph Tam
TLS handshaking: SSL_accept() failed: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher our dovecot (2.0.9 on redhat) 10-ssl.conf file we have ssl_cipher_list = kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:kRSA:+kRSA+SHA:+kRSA+CAMELLIA:!aNULL:!eNULL:!SSLv2

Re: openssl question

2018-01-09 Thread Ryan Beethe
> our dovecot (2.0.9 on redhat) 10-ssl.conf file we have > > ssl_cipher_list = > kEECDH:+kEECDH+SHA:kEDH:+kEDH+SHA:+kEDH+CAMELLIA:kECDH:+kECDH+SHA:kRSA:+kRSA+SHA:+kRSA+CAMELLIA:! > aNULL:!eNULL:!SSLv2:!RC4:!MD5:!DES:!EXP:!SEED:!IDEA:!3DES:!SSLv3 > > settings.  > > this settings is correct for dovec

Re: openssl question

2018-01-09 Thread Selcuk Yazar
Ok, i understand the difference. openssl s_client -starttls imap -connect mail.mydomain:143 openssl s_client -connect mail.mydomain:993 these command runs as expected. i know this forum isn2T about thunderbird but, when setup account in thunderbird 993 port and with SSL, i see this line on dove

Re: openssl question

2018-01-08 Thread Joseph Tam
but i try to this command openssl s_client -connect mail.mydomain:pop3s -starttls imap it says CONNECTED and hang. second command is correct? Uh, "pop3s" != "imap", and IMAP/STARTTLS is not the same as IMAP/SSL (or whatever the hell the terminology is nowadays). If you're testing IMAP, tr