Bug #22696
closedProblem with Secure FTP certificate
0%
Description
I noticed that the aggregation of the ISPC records is failing for the following error:
Caused by: java.security.cert.CertificateExpiredException: NotAfter: Wed Jan 19 19:13:27 CET 2022 at sun.security.x509.CertificateValidity.valid(CertificateValidity.java:277) at sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:677) at sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:650) at org.apache.commons.net.util.TrustManagerUtils$TrustManager.checkServerTrusted(TrustManagerUtils.java:61) at sun.security.ssl.AbstractTrustManagerWrapper.checkServerTrusted(SSLContextImpl.java:1256) at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:638) ... 23 more
Could you verify?
Subtasks
Related issues
Updated by Andrea Dell'Amico almost 3 years ago
- Status changed from New to In Progress
The certificate was renewed but the ftp server was still serving the old one. Can you check now? I'm unsure that a service reload is enough. If not, I'll try a restart and then add a hook to handle the certificate reload on renewal.
Updated by Michele Artini almost 3 years ago
I continue to obtain:
java.security.cert.CertificateExpiredException: NotAfter: Wed Jan 19 19:13:27 CET 2022
Updated by Andrea Dell'Amico almost 3 years ago
OK. Now? I just restarted the service.
Updated by Michele Artini almost 3 years ago
Now I obtained a different error:
java.lang.RuntimeException: Error saving file: 522 SSL connection failed: session reuse required
I try to restart the tomcat instance.
Updated by Michele Artini almost 3 years ago
Also after the restart I obtain: 522 SSL connection failed: session reuse required
Updated by Andrea Dell'Amico almost 3 years ago
And it never happened before? the require_session_reuse
is enabled since the beginning. I'll disable it.
Updated by Michele Artini almost 3 years ago
Before January 19th the workflow always completed successfully.
Now It works, Thanks.
Updated by Michele Artini almost 3 years ago
- Status changed from In Progress to Closed