whiteout-io / mail

[ABANDONED] Mail App with integrated OpenPGP encryption
https://whiteout.io
MIT License
545 stars 96 forks source link

Cipher selection, no shared cipher #413

Open darklajid opened 8 years ago

darklajid commented 8 years ago

So, I have read the project status issue and the announcement. I understand this is basically unmaintained right now?

Still, I wanted to give it a try and saw this here on the server, with an endless loop for the client (either the web client or the Android one):

Dec 21 16:22:50 ben dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=MyClientIp, lip=MyServerId, TLS handshaking: SSL_accept() failed: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher

My postfix contains this in main.cf

main.cf:tls_preempt_cipherlist = yes main.cf:smtpd_tls_mandatory_ciphers = high

I expect(ed) that to work, K-9 or any other client I tried certainly have no issue.

tanx commented 8 years ago

So, I have read the project status issue and the announcement. I understand this is basically unmaintained right now?

See https://github.com/whiteout-io/mail/issues/405#issuecomment-166488993

Still, I wanted to give it a try and saw this here on the server, with an endless loop for the client (either the web client or the Android one):

Dec 21 16:22:50 ben dovecot: imap-login: Disconnected (no auth attempts in 0 secs): user=<>, rip=MyClientIp, lip=MyServerId, TLS handshaking: SSL_accept() failed: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher

My postfix contains this in main.cf

main.cf:tls_preempt_cipherlist = yes main.cf:smtpd_tls_mandatory_ciphers = high

Thanks for pointing it out. We'd be happy to accept any pull requests if you can spot down and fix the issue?