当我使用mozilla firefox v40.0.2启动服务时,会收到以下错误消息:
Secure Connection Failed
An error occurred during a connection to bi-hadoop-
prod-2480.services.dal.bluemix.net:9443. SSL received a weak ephemeral
Diffie-Hellman key in Server Key Exchange handshake message. (Error code:
ssl_error_weak_server_ephemeral_dh_key) The page you are trying to view
cannot be shown because the authenticity of the received data could not be
verified. Please contact the website owners to inform them of this problem.
以下url显示在firefox的地址栏中:
https://bi-hadoop-prod-2480.services.dal.bluemix.net:9443/ssoauth/checkaccess.jsp
1条答案
按热度按时间cmssoen21#
默认情况下,该服务可能使用过时的加密密码,并且该密码易受logjam攻击。要解决此问题,请禁用firefox中的旧密码,并尝试强制站点使用其他密码。完成以下步骤:
在firefox中打开一个新选项卡,然后输入
about:config
在地址栏中。确认“这可能会使您的保修失效!”警告和点击我会小心的,我保证!
类型
dhe
在搜索框中单击enter。双击security.ssl3.dhe\u rsa\u aes\u 128\u sha首选项名称,将值从true切换为false。
双击security.ssl3.dhe\u rsa\u aes\u 256\u sha首选项名称,将其值从true切换为false。