SSL¶
This page is a tutorial for troubleshooting the following SSL-related issues, such as No available authentication scheme, Unsupported or unrecognized SSL message, or SSL Protocol Error.
These issues are generally not caused by 3forge but are generic error messages indicating that there was a problem in how the certificate was generated.
Here is our recommended procedure for the generation:
-
Download the root keystore for your environment (Should not matter if using jks or pem):
Or
-
Generate Certificate Signing Request (CSR) - Modifies keystore.
Generate the certificate:
Then generate a request through your Certificate Authority (CA):Note
keypass and storepass should match
web.keystore.password, source password is the cacerts password. -
Import the certificate into the keystore:
-
In our experience, the following command didn't work and was the cause of the above SSL-related errors: