Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Cannot receive messages on TLSv1.2

  • 3 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 christ1

more options

I'm using Thunderbird of version 52.5.0 to send and receive messages from/through my company's server. Recently the sever have had a change for its SSL/TLS version, namely we disabled SSLv3 and now the server is working on TLSv1.2. The server provides POP3 on dovecot and SMTP on postfix, and we made changes on both services.

After making the changes, I can send messages from the thunderbird. However, my thunderbird cannot receive messages from the server while other mail client (actually I have seen that only the mailer on iphone) can do that!! The error message is as follows:

An error occurred during a connection to mail.our.server.name:995. Cannot communicate securely with peer: no common encryption algorithm(s). Error code: <a id="errorCode" title="SSL_ERROR_NO_CYPHER_OVERLAP">SSL_ERROR_NO_CYPHER_OVERLAP</a>.


Also, tge setting for my user account is as follows:

   Connection Security: SSL/TLS
  Authentication Method: Normal password.

I don't know how to fix the error. How can I do that? Thanks in advance.

I'm using Thunderbird of version 52.5.0 to send and receive messages from/through my company's server. Recently the sever have had a change for its SSL/TLS version, namely we disabled SSLv3 and now the server is working on TLSv1.2. The server provides POP3 on dovecot and SMTP on postfix, and we made changes on both services. After making the changes, I can send messages from the thunderbird. However, my thunderbird cannot receive messages from the server while other mail client (actually I have seen that only the mailer on iphone) can do that!! The error message is as follows: An error occurred during a connection to mail.our.server.name:995. Cannot communicate securely with peer: no common encryption algorithm(s). Error code: <a id="errorCode" title="SSL_ERROR_NO_CYPHER_OVERLAP">SSL_ERROR_NO_CYPHER_OVERLAP</a>. Also, tge setting for my user account is as follows: Connection Security: SSL/TLS Authentication Method: Normal password. I don't know how to fix the error. How can I do that? Thanks in advance.

所有回覆 (3)

more options

You'll have to check the server configuration. This is almost certainly a mis-configuration of the server, where no proper TLS 1.2 cipher suites are allowed.

more options

I actually disabled SSLv3 in ssl_cipher_list as follows

ssl_cipher_list =ALL:+HIGH:TLSv1.2:!SSLv2:!SSLv3:!EXP:!aNULL:!LOW:+MEDIUM

Yes, POP3 works over TLSv1.2 on the sever, but thunderbird cannot get messages.

When we commet-out ssl_cipher_list and put ssl_protocols = !SSLv2 !SSLv3 TLSv1.2.

I can get messages on Thuderbird. What's the difference between the 2 settings?

由 makk 於 修改

more options

This is the Thunderbird support forum, and I can't help with Dovecot problems. The only advice I can give is to check the server logs.