セキュア接続 SSL を使用するように TeamCity 電子メール通知を構成しました。すべてのパラメーター - ホスト、ポート、login/pwd が指定されています。SVN の電子メール通知でも同じパラメーターが機能するため、問題ありません。接続テスト中に、TeamCity は次のように言います。
javax.mail.MessagingException: Could not connect to SMTP host: XXX, port: YYY;
nested exception is:
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException:
PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException:
unable to find valid certification path to requested target
このエラーを修正するにはどうすればよいですか?