Fix Error code: ssl_error_no_cypher_overlap on Tomcat 8
I have a cheap SSL certificate which I want to configure with Tomcat 8.0.26 I run this command on Linux to create keystore: [root@ cert]# keytool -import -alias root -keystore tomcat.jks -trustcacerts -file AddTrustExternalCARoot.crt Enter keystore password: Re-enter new password: Certificate already exists in system-wide CA keystore under alias <addtrustexternalroot> Do you still want to add it to your own keystore? [no]: yes Certificate was added to keystore [root@ cert]# keytool -import -alias intermediate1 -keystore tomcat.jks -trustcacerts -file COMODORSAAddTrustCA.crt Enter keystore