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
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".