configuring Email in CLM fails with SSLHandshakeException
![]()
Sudarshan M (107●1●11)
| asked Jun 10 '20, 1:36 a.m.
edited Mar 01 '21, 3:16 a.m. by Krzysztof Kaźmierczyk (7.4k●3●56●99) 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 could you explain in brief, were do we find certificate? 1
Sudarshan,
You can get the certificate from the team which is responsible for your SMTP server.
Is there any steps to get the certificate of gmail smtp and to import to server?
|