Analytics for Apache Hadoop launch fails with ssl_error_weak_server_ephemeral_dh_key

↘锁芯ラ 提交于 2019-12-12 03:58:58

问题


I created service for Analytics for Apache Hadoop and while launching it fails with SSL error


回答1:


It is a known issue after last Firefox upgrade.

Temporal workaround from Mozilla Support:

  1. In FireFox, enter "about:config" in the URL field and press enter.
  2. Accept the "This might void your warranty!" warning :)
  3. In the search field at the top, enter "security.ssl3.dhe_rsa_aes"
  4. Double click each result (128 and 256) to toggle the Value to "false"

Now retry your site - it should work now. Remember to change these settings back when you're done.

Other possible workaround is using Chrome while servers are upgraded.



来源:https://stackoverflow.com/questions/31738770/analytics-for-apache-hadoop-launch-fails-with-ssl-error-weak-server-ephemeral-dh

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!