異常資訊:
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
此異常是由于 調用的是https的接口,但未安裝該接口對應網站的證書。
具體Https證書安裝步驟,見如下位址(windows及linux環境都有):
https://blog.csdn.net/in_the_road/article/details/88364069