ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
21 stars 21 forks source link

Password verifcation failed for truststore #577

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

/usr/local/tomcat/logs/catalina.out reported the following warning.

21-Sep-2018 10:49:03.736 WARNING [main] org.apache.tomcat.util.net.SSLHostConfig.getTruststore The provided trust store password could not be used to unlock and/or validate the trust store. Retrying to access the trust store with a null password which will skip validation.
 java.security.UnrecoverableKeyException: Password verification failed
nathanlcarlson commented 5 years ago

@William-Hill The reason "changeit" is set as the current password is because that is the default password for the truststore we are getting from /usr/local/java/jre/lib/security/cacert. We can either change it, which would takes some time and it is unclear what will be gained, or we can resolve the offending line in the tomcat server.xml. This offending line was a change made by me awhile ago when I had never heard of a tomcat truststore or keystore. The result of this option is that the password will remain "changeit".

William-Hill commented 5 years ago

@nathanlcarlson Sounds good. So can this issue be closed?

nathanlcarlson commented 5 years ago

612 Resolved this. It may be better to set the password to something that is not the default in the future.