Unable to find valid certification path to requested target

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/bitree1/article/details/49923915


Unable to find valid certification path to requested target

 

处理方法1:

在用户目录下找到隐藏文件夹.gradle,在该目录下找到文件gradle.properties(默认不存在,需要手动创建),将下面内容写入文件中

<!-- lang: shell -->
systemProp.http.proxyHost=www.proxyhost.org
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost

systemProp.https.proxyHost=www.proxyhost.org
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost

处理方法2 :我的问题是:没找到gradle路径,我的解决方法是:windows--->preferences-->gradle--->folder-->填写地址(gradle的安装路径)我的是E:/tools/gradle

如下图:Unable to find valid certification path to requested target

      希望对大家 有用



   


上一篇:postgreSQL的安装


下一篇:gradle工程导入eclipse---下载安装CAS证书