I am currently using a self signed ca certificate and cannot launch designer from another machine. I get the following error:
Error launching application:
sslhandshakeexception pkix path building failed
sun.security.provider.certpath.suncertpathbuilderexception: unable to find valid certification path to requested target
I tried adding the certificate to Java with keytool:
keytool -importcert -alias Example -keystore "C:\Program Files (x86)\Java\jre1.8.0_351\lib\security\cacerts" -file "C:\Users*****\https___10.10.211.180_8043.crt"
After restarting Java I still have the same error. What do I need to do to trust the certificate? Or am I going about this all wrong? When it moves to production I will purchase a "real" cert for the public IP. Should I allow 8088 connections and block that port at the network level for the WAN?