Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
JSchuster1643747401
Contributor
Contributor

fFTPPut cert expired error

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateExpiredException: NotAfter:

Using the keystore configuration and the keystore is updated with non expired cert.

Labels (2)
1 Reply
NairaLowrence45
Contributor
Contributor

I apologize for the inconvenience you are experiencing.Double-check the expiration date of the certificate you have updated in the keystore. Ensure that the certificate is indeed valid and has not expired. Check both the server certificate and any intermediate certificates in the certificate chain.

Make sure that you have updated the correct keystore with the non-expired certificate. Verify the keystore path and password in your Talend configuration.

Sometimes, SSL handshake errors can occur if the system date and time on either the client or server machine are incorrect. Make sure that both machines have the correct date and time settings.

If you are connecting to an FTP server with a self-signed certificate, you might need to import the server's certificate into your truststore (usually the default Java truststore). This is necessary to establish trust between your application and the server's certificate.