相关疑难解决方法(0)

与Tomcat 7的Diffie-Hellman公钥错误

我成功地使用Tomcat和SSL证书设置了两台Ubuntu机器.我使用Centos 6完全遵循相同的程序,但是当我尝试连接到服务器(使用Opera)时,我得到了这个:

服务器有一个弱的,短暂的Diffie-Hellman公钥

连接器如下,catalina.log中没有错误:

<Connector port="some port number"  
           protocol="org.apache.coyote.http11.Http11Protocol" 
           SSLEnabled="true"
           maxThreads="150" scheme="https" secure="true"
           clientAuth="false" sslProtocol="TLS"
           keystoreFile="path to jks"
           keystoreType="JKS"
           keystorePass="mypass1"
           keyPass="mypass2"  /> 
Run Code Online (Sandbox Code Playgroud)

使用Firefox,我得到了不受信任的通信错误.

ssl tomcat centos certificate diffie-hellman

14
推荐指数
2
解决办法
3万
查看次数

标签 统计

centos ×1

certificate ×1

diffie-hellman ×1

ssl ×1

tomcat ×1