异常信息:
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