Management console service configured with a self signed certificate.
When launching the Management console via Launcher or jnlp java applet, the below Warning window appears:
Cause
Self Signed certificates or the certificate used for GUI are not trusted by default by Java.
Resolution
To add the certificate to java's keystore do the following
Download the Cert in place for the console by browsing the below URL
https://<proxy:ip>/SSL/Download_ca
Spot the cert served by the GUI, click on it to download it (.cer file).
If needed, the cert name that you need to download can be visible accessing to proxy's GUI > Configuration > Services > Management Services > HTTPS-Console > Edit > check the name displayed on the Keyring info.
Once cert is downloaded to the local computer, import it to the java's keystore. For this, you should check where you installed your java jre.
For example, if it was installed in (Windows) c:\Program Files (x86)\Java. This path vary depending on the local computer, change the below commands to refect the actual specifics of your environment.
Also assume, the .cer file (step #1) was saved in the Desktop: Path: C:\Users\Administrator\Desktop\MC_cert_new.cer
To add a cert into the java's keystore cacert, I issued the below commands opening up the windows commander with administrative privileges: