Am Montag, 8. Februar 2016 15:58:18 UTC+1 schrieb Steve Evans: > > I cannot fetch mail from my courier imap ssl server from k9mail on Android > 6. it worked on Android 5.1. I have made no changes to the settings, which > are: > > > Security: SSL/TLS > Port: 993 > Authentication: Normal password > Auto-detect IMAP namespace > > > The server has a self signed SSL certificate which has not expired. > > This happens on both my Nexus 7 tablet and my Moto X play phone. >
I have been successful by regenerating the DH params on server side: cd /etc/courier/ DH_BITS=2048 mkdhparams Newer clients seem to require at least 2048 bits. Best regards and have fun -- You received this message because you are subscribed to the Google Groups "K-9 Mail" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
