configuring Email in CLM fails with SSLHandshakeException
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