Mac SSL error prevents activating Andi License.

Mac SSL error prevents activating Andi License.

The Java runtime you are using for Andi must have a valid certificate to use SSL to connect to the Andi site. If you see the following error, try to add your companys SSL certificate to the JVM's cacerts file as shown below.

Screen Shot 2021-05-07 at 10.58.40 AM.png

 

Resolution

Thank you to Bob Rowden who submitted the following to fix the issue.

  1. Going into the folder of the JVM that Andi installed and import your company's root certificate into the JVM's cert store.
    cd /Library/"Internet Plug-Ins"/JavaAppletPlugin.plugin/Contents/Home
    sudo bin/keytool -import -alias <your Alias> -file "<Your Cert>" -keystore lib/security/cacerts -trustcacerts