We are running CCO manager with an Apache Tomcat on version 9.0.63.
We have replaced old wildcard certificates with new ones. Now, after restarting Apache Tomcat, Tomcat and CCO manager are not started anymore. In the error log we find this stack:
Caused by: java.io.IOException: overrun, bytes = 925
at java.base/javax.crypto.EncryptedPrivateKeyInfo.<init>(Unknown Source)
at org.apache.tomcat.util.net.jsse.PEMFile$Part.toPrivateKey(PEMFile.java:204)
at org.apache.tomcat.util.net.jsse.PEMFile.<init>(PEMFile.java:146)
at org.apache.tomcat.util.net.jsse.PEMFile.<init>(PEMFile.java:98)
at org.apache.tomcat.util.net.SSLUtilBase.getKeyManagers(SSLUtilBase.java:316)
at org.apache.tomcat.util.net.SSLUtilBase.createSSLContext(SSLUtilBase.java:247)
at org.apache.tomcat.util.net.AbstractJsseEndpoint.createSSLContext(AbstractJsseEndpoint.java:105)
... 20 more
What do we need to do to fix this? In the past we were running on Tomcat 9.0.45 here these issues did not occur.