This error can usually be seen in Tomcat logs (catalina.out) or in the browser when you try to access the secure version of the site.
This error refers to the private key that was generated by an unknown cipher; The solution is to reissue the SSL certificate.
To generate a new keystore:
- keytool -genkey -keyalg RSA -keysize 2048 -alias 'keystore alias' -keystore 'your new keystore'.jks
- generati un nou CSR
- reemiteti certificatul
