It's all about the answers!

Ask a question

configuring Email in CLM fails with SSLHandshakeException


Sudarshan M (107121) | asked Jun 10 '20, 1:36 a.m.
edited Mar 01 '21, 3:16 a.m. by Krzysztof Kaźmierczyk (7.4k373103)

 Hi,


when I try to configure Email, getting this following error,

javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: PKIXCertPathBuilderImpl could not build a valid CertPath.

Any leads to overcome?

One answer



permanent link
Bartosz Chrabski (3.4k12648) | answered Jun 10 '20, 3:45 a.m.

 Hi Sudarshan,


It is typical issue when You have smtp server using ssl certificate and certificate was not added to the WebSphere Liberty Key Store.

What You have to do is: you need to export public certificate (cer file) and add it to Liberty Key Store using ikeyman app or tools provided with Liberty.

That will exactly solve the problem with javax.net.ssl.SSLHandshakeException


Comments
Sudarshan M commented Jun 10 '20, 4:09 a.m.

could you explain in brief, were do we find certificate? 


1
Bartosz Chrabski commented Jun 10 '20, 4:27 a.m.

Sudarshan,


You can get the certificate from the team which is responsible for your SMTP server. 


sreenath v commented Jun 15 '20, 12:32 p.m.

Is there any steps to get the certificate of gmail smtp and to import to server?

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.