搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Why can't Firefox connect securely to ports other than 443?

  • 4 个回答
  • 1 人有此问题
  • 10 次查看
  • 最后回复者为 KeithMac

more options

cPanel for linux uses various ports to control a server, such as 2087 for WHM. If I try to access https://www.myserver.com:2087, I get the error:

An error occurred during a connection to www.myserver.com:2087. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap)

I have no problem accessing the same URL from IE 11, and I can access https://www.myserver.com:443 from FireFox 43.0. What's the problem?

Thanks, Keith

cPanel for linux uses various ports to control a server, such as 2087 for WHM. If I try to access https://www.myserver.com:2087, I get the error: An error occurred during a connection to www.myserver.com:2087. Cannot communicate securely with peer: no common encryption algorithm(s). (Error code: ssl_error_no_cypher_overlap) I have no problem accessing the same URL from IE 11, and I can access https://www.myserver.com:443 from FireFox 43.0. What's the problem? Thanks, Keith

所有回复 (4)

more options

I assume this is not a newly observed problem unique to Firefox 43?

I don't know whether this is truly an SSL issue or whether it is really caused by the port number. To rule out the latter, if you haven't already "unbanned" this port, please see the steps in this thread: How to allow a restricted port?

more options

Use this site to find out the cipher suites supported by Firefox. https://www.ssllabs.com/ssltest/viewMyClient.html

Then check your server configuration and make sure your server offers a cipher suite Firefox does support.

If your site is reachable via Internet you can check it here (using port 443). https://www.ssllabs.com/ssltest/

I have no problem accessing the same URL from IE 11

That's probably because IE supports outdated and unsafe cipher suites, so that there is an overlap with your server.

more options

Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) to see if that helps.

more options

Perhaps the problem is with cPanel. Is there any way to check which ciphers are supported on a non-standard https port? I've tried:

nmap -p 2087 --script ssl-enum-ciphers www.myserver.com

When the port is set to 443, it lists only TLSv1.1 and TLSv1.2, as expected, but nothing for port 2087 (or for 55555, which FireFox is happy to connect to).