SSL¶
Here's some guidance on how to troubleshoot the following SSL-related issues, such as No available authentication scheme, Unsupported or unrecognized SSL message, or SSL Protocol Error.
In our experience these issues are not caused by 3forge AMI 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