Diffie-Hellman public key error with Tomcat 7

前端 未结 5 1021
無奈伤痛
無奈伤痛 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条回答
  •  不思量自难忘°
    2020-12-09 11:48

    For me,It was the issue of java version being used by tomcat. I changed the version from JDK 6 to JDK 1.7_080 and the error vanished.

    When I said I changed the JAVA version,I meant I modified the environment variable "JAVA_HOME".

提交回复
热议问题