Hi guys, I have a project that needs to receive the mails flow from an Imap server.
If I try to read from port 993, get the error: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target If I try to read from port 143, get the error: Unrecognized SSL message, plaintext connection As my mail server accepts only secure login, I presume it is claiming about the corresponding certificate. The question is how to configure from where it has to read the certificate ? Thanks in advance. Regards, LC
