Project

General

Profile

Actions

Bug #22696

closed

Problem with Secure FTP certificate

Added by Michele Artini over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
Jan 24, 2022
Due date:
% Done:

0%

Estimated time:

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?


Add

Subtasks


Add

Related issues

Updated by Andrea Dell'Amico over 2 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 over 2 years ago

I continue to obtain:

java.security.cert.CertificateExpiredException: NotAfter: Wed Jan 19 19:13:27 CET 2022

Updated by Andrea Dell'Amico over 2 years ago

OK. Now? I just restarted the service.

Updated by Michele Artini over 2 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 over 2 years ago

Also after the restart I obtain: 522 SSL connection failed: session reuse required

Updated by Andrea Dell'Amico over 2 years ago

And it never happened before? the require_session_reuse is enabled since the beginning. I'll disable it.

Updated by Andrea Dell'Amico over 2 years ago

disabled.

Updated by Michele Artini over 2 years ago

Before January 19th the workflow always completed successfully.

Now It works, Thanks.

Actions #9

Updated by Michele Artini over 2 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF