PKIX path building failed:javaにSSL証明書を追加する
SSLサーバとのREST通信に失敗し、エラーメッセージが出ていた。
com.sun.jersey.api.client.ClientHandlerException: 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`
title=javaでSSL接続をすると、PKI PATHの構築に失敗となる
相手ホストを信頼済みのリストに登録すればよい模様。
InstallCert.javaがリンク切れになってたので探すとgithubにあった。
InstallCert
JavaにSSL証明書を追加する
keytoolを使ってcacertsに証明書を追加すればよい。
InstallCertのREADMEが一番わかりやすかった。
Author And Source
この問題について(PKIX path building failed:javaにSSL証明書を追加する), 我々は、より多くの情報をここで見つけました https://qiita.com/ckoshien/items/6072e01760e8e2a0d21c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .