We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the issue: Truststore shipped with the product has 4 expired certs atm. Because of this below error logs are printed in server startup.
[2020-06-10 11:23:12,145] [] WARN {org.apache.tomcat.util.net.SSLUtilBase} - jsseUtil.trustedCertNotValid [2020-06-10 11:23:12,146] [] WARN {org.apache.tomcat.util.net.SSLUtilBase} - jsseUtil.trustedCertNotValid [2020-06-10 11:23:12,146] [] WARN {org.apache.tomcat.util.net.SSLUtilBase} - jsseUtil.trustedCertNotValid [2020-06-10 11:23:12,146] [] WARN {org.apache.tomcat.util.net.SSLUtilBase} - jsseUtil.trustedCertNotValid
Need to clean/add new trusted certs.
The text was updated successfully, but these errors were encountered:
Checked the latest JDKs(jdk15, jdk1.8.261) and found no new certificates for the following,
KEYNECTIS CA AddTrust Class 1 CA AddTrust Qualified CA AddTrust External CA
Hence closing.
Created wso2/carbon-kernel#2775 to track adding new CA certs.
Sorry, something went wrong.
pulasthi7
No branches or pull requests
Describe the issue:
Truststore shipped with the product has 4 expired certs atm. Because of this below error logs are printed in server startup.
Need to clean/add new trusted certs.
The text was updated successfully, but these errors were encountered: