Diffie-Hellman public key error with Tomcat 7

前端 未结 5 1022
無奈伤痛
無奈伤痛 2020-12-09 11:13

I successfully set up two Ubuntu machines with Tomcat and SSL certificates. I followed exactly the same procedure with Centos 6, but I\'m getting this when I\'m trying to c

5条回答
  •  萌比男神i
    2020-12-09 11:49

    It works with Google Chrome ver.44 and Thanks to Jason Scroggins for suggesting:

    1. In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.
    2. In the search box above the list, type or paste dhe and pause while the list is filtered.
    3. Double-click the security.ssl3.dhe_rsa_aes_128_sha preference to switch it from true to false (disable Firefox from using this cipher).
    4. Double-click the security.ssl3.dhe_rsa_aes_256_sha preference to switch it from true to false (disable Firefox from using this cipher).

提交回复
热议问题