sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
To use a server with a self-signed certificate, you need to perform the following steps:
keytool 
  -importcert 
  -file CERTIFICATE.crt
  -keystore "C:\Program Files (x86)\Silk\Silk Central <version>\instance_<instance number>_<instance name>\lib\jre64\lib\security\cacerts" 
                  		   
                  		   You are prompted to type the password.