-
Getting sun.security.provider.certpath. SunCertPathBuilderException when sending mail from Java via SSL?
Do you get sun.security.provider.certpath. SunCertPathBuilderException: unable to find valid certification path to requested target when you try to send a mail from java via smtp(TLS and SSL)? There are 2 possible problems: One option could be from the antivirus/firewall which prevent the communication for a specific port(default 465 for SSL and 587 for TSL) or […]