un.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
根据错误信息,你json链接是不是https开头,你的服务器是http开头,没有s访问带s是会被拦截的,提示路径证书错误
==============
建议方案,都改成https或者http格式