关于JSOUP通过URL解析HTML问题

Document dom = Jsoup.connect(
"https://peoplefinder.glb.itcs.hpecorp.net/PeopleFinder/PeopleFinder.aspx?pf_hp=1&pf_detectsearch=1&pf_searchoption=0&pf_searchtype=2&x=0&y=0&pf_searchval="
+ name )
.get();

执行这句的时候会报错:

Invoke Windows Program Error.:
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

求解答