> 1) Open a browser, navigate to Oneclick server web page and click on certificate details in the browser
When I access http://[OneClick Server IP]:8080/Spectrum in my browser (Google Chrome) and click to the left of the URL,
it says "Your connection to this site is not secure."
Am I correct in thinking that SSL is not being used?
> 2) From a command line, execute the following command
The following was found in /usr/Spectrum/tomcat/conf/server.xml:
keystoreFile=custom/keystore/cacerts
When I ran keytool, the following output was obtained.
$ /usr/Spectrum/Java/bin/keytool -keystore /usr/Spectrum
/custom/keystore/cacerts -list -alias tomcatssl -v
Enter your keystore password:
keytool Error: java.lang.Exception: alias <tomcatssl> does not exist
java.lang.Exception: alias <tomcatssl> does not exist
at sun.security.tools.keytool.Main.doPrintEntry(Main.java:1895)
at sun.security.tools.keytool.Main.doCommands(Main.java:1143)
at sun.security.tools.keytool.Main.run(Main.java:378)
at sun.security.tools.keytool.Main.main(Main.java:371)
Am I correct in understanding that SSL is not being used (i.e. the certificate expiration date does not need to be considered)?
Also, if the above does not protect communication between OneClick and JavaConsole,
please tell me how to protect it using SSL (e.g. a link to a manual page).