[Dovecot] openssl decryption failed
I've got dovecot working on imap But when I try to run imaps I get:
imap-login: Nove 08 19:11:19 Warning: SSL_accept() failed: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [192.168.1.103]
Now I'm not sure if theres any difference here, but I don't have string for 'login = imaps' or 'login = pop3s' to match with my protocols string
I also don't have any specific imaps_listen interface defined, but since there's something in the logs, I assume that this is not a problem.
SETUP
fluffy:~ # egrep "^\w" /usr/local/etc/dovecot.conf base_dir = /var/run/dovecot/ protocols = imap imaps pop3s log_path = /var/log/dovecot.log info_log_path = /var/log/dovecot.info login = imap login = pop3 verbose_ssl = yes auth = default auth_mechanisms = plain auth_userdb = passwd auth_passdb = pam auth_user = root auth_verbose = yes
On Sunday, Nov 9, 2003, at 02:22 Europe/Helsinki, Tom Allison wrote:
imap-login: Nove 08 19:11:19 Warning: SSL_accept() failed: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [192.168.1.103]
Last I saw these was because Dovecot was chrooting login processes and OpenSSL didn't have access to /dev/urandom. This is fixed in 0.99.10, but you could try if it works with setting login_chroot = no.
Timo Sirainen wrote:
On Sunday, Nov 9, 2003, at 02:22 Europe/Helsinki, Tom Allison wrote:
imap-login: Nove 08 19:11:19 Warning: SSL_accept() failed: error:1408F455:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac [192.168.1.103]
Last I saw these was because Dovecot was chrooting login processes and OpenSSL didn't have access to /dev/urandom. This is fixed in 0.99.10, but you could try if it works with setting login_chroot = no.
:(...
No luck. Same error. dovecot version 0.99.10 openssl version 0.9.61
participants (2)
-
Timo Sirainen
-
Tom Allison