Sometimes users experience the following error when opening a file from an HTTPS link: "Server SSL error The server you are connecting to does not have a valid certificate from an authorised authority".
This happens if the server certificate is not issued by certification authority, and it is self signed or issued by a private CMS.
If you trust the server, you can add the server certificate to your trusted Java key store, and allow Omniscope to use it as trusted and verified certificate.
The cause of the problem and solution are both well explained in this article.
Here are the steps to allow Omniscope to recognise and use your server certificate:
Add your server certificate - Run InstallCert, with the server hostname and https port (if available), then press “1” when ask for input: java InstallCert myserver.com:8080 - Check the process has finished and generated a file named “jssecacerts“ in the same folder you run the InstallCert tool.
Launch Omniscope with JVM parameter - See "Additional JVM arguments" here http://www.visokio.com/kb/installconfig . - Update your installconfig.properties file to have the following line: ADDITIONAL_JVM_ARGS=-Djavax.net.ssl.trustStore=c:\yourFolder\jssecacerts - Start Omniscope.
For the sake of simplicity, please find attached a zip file with the 2 InstallCert tool classes already compiled and ready to run.
To get the list of the trusted Certificate Authorities (CA) in your Java Key Store: - open command line (cmd.exe on Windows) - change dir to "your java installation folder/jre/lib/security" (e.g. c:\program files\Java\jre7\lib\security) using the "cd" command - type "keytool -v -list -keystore cacerts" - you will be asked for a password (the default one is null, so just press Enter)
Otherwise, if you want to use your trusted certificate, just follow the steps on the post above.
jagadeeshgk, you are trying to run "installcert-usn-2014115.jar" which I don't know what application is. Anyway that error means that the The IP/domain or port is incorrect (e.g. service is down)