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 connect to the Server (using Opera):
Server has a weak, ephemeral Diffie-Hellman public key
The connector is the following, and there are no errors in 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" />
With Firefox, I get the untrusted communication error.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…