Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning,
in a tPOP component I have to make sure to use a certificate for the correct login to the mail and download the attachments. Unfortunately I can not understand how it should be configured, I have already tried to insert a component tSetKeyStore, but without solving my problem.
[FATAL] 14:26:58 001_Mail_Dwh- tPOP_1 java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)
Can anyone help me?
best regards
Hello,
Make sure that you did import certificate and private key to Java Keystore?
keytool -import -alias XXX -file XXX.cer -keystore XXXXXX
Here is a community article about:
Hope it will help.
Best regards
Sabrina
Hello,
Are you using tSetKeystore component to load your certificate in your job? What's Java version and patch level? i.e. 8_u322 Old java version could cause problems.
We will appreciate it a lot if you could post your trouble screenshots here.
Best regards
Sabrina
Hello to all,
the tSetKeyStore component should be configured correctly, point to the certificate file in the correct stroke, the certificate does not have a password so the field is left empty by default.
The tPOP component is set on port 993 and the SSL flag is enabled.
Attached screen:
Java version
Component configuration.
best regards
Hi, I answered below.
Hi, I answered below.
Hello,
Make sure that you did import certificate and private key to Java Keystore?
keytool -import -alias XXX -file XXX.cer -keystore XXXXXX
Here is a community article about:
Hope it will help.
Best regards
Sabrina