B4J Question SSLHandshakeException after installing new SSL Certificate

dieterp

Active Member
Licensed User
Longtime User
I installed a new SSL Certificate on my server today and my B4J apps are now getting the "SSLHandshakeException" error. I have added the "#PackagerProperty: IncludedModules = jdk.crypto.ec" property and have also tried using the latest version of Java (As per several recommendations in other posts) but the problem persists. Does anyone have any idea of what I can do to fix the problem?
 
Top