configuring Email in CLM fails with SSLHandshakeException
Sudarshan M (107●1●21)
| asked Jun 10 '20, 1:36 a.m.
edited Mar 01 '21, 3:16 a.m. by Krzysztof Kaźmierczyk (7.5k●4●80●103) 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
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
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.