Attempting to retrieve email via qpopper with TLS/SSL (pop3s on port 995, plain text password) enabled using the SeaMonkey and Apple Mail mail clients fails with the qpopper log showing the same failure mode:
Using
Using
Where did I go wrong? Setting TLS/SSL, port 995 and authentication normal password in SeaMonkey and setting SSL in Apple Mail seems simple enough
Code:
Apr 11 22:47:24 shadow qpopper[56980]: OpenSSL error during handshake
Apr 11 22:47:24 shadow qpopper[56980]: ...SSL error: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac
Apr 11 22:47:24 shadow qpopper[56980]: TLS/SSL Handshake failed: -1
Using
openssl s_client -connect shadow:995
succeeds:
Code:
Apr 11 22:54:11 shadow qpopper[57209]: (v4.1.0) TLSv1/SSLv3 handshake with client at citadel (192.168.1.3); new session-id; cipher: AES256-GCM-SHA384 (AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD), 256 bits
Apr 11 22:54:30 shadow qpopper[57209]: Stats: trev 0 0 141 1515486 citadel 192.168.1.3
Using
mpop --host=shadow --port=995 --tls=on --tls-certcheck=off --tls-starttls=off --user=trev --auth=user --keep=on --delivery=mbox,/home/trev/mbox
also succeeds.
Code:
Apr 11 22:59:59 shadow qpopper[57442]: (v4.1.0) TLSv1/SSLv3 handshake with client at citadel (192.168.1.3); new session-id; cipher: AES256-GCM-SHA384 (AES256-GCM-SHA384 TLSv1.2 Kx=RSA Au=RSA Enc=AESGCM(256) Mac=AEAD), 256 bits
Apr 11 23:00:04 shadow qpopper[57442]: Stats: trev 0 0 142 1518258 citadel 192.168.1.3
Where did I go wrong? Setting TLS/SSL, port 995 and authentication normal password in SeaMonkey and setting SSL in Apple Mail seems simple enough
