Spring tool suite- SunCertPathBuilderException: unable to find valid certification path to requested target

后端 未结 8 641
予麋鹿
予麋鹿 2021-01-13 06:12

I am working on STS and while creating a new spring-boot project, it shows following error:

 SunCertPathBuilderException: unable to find valid certification          


        
8条回答
  •  离开以前
    2021-01-13 06:35

    Adding below to eclipse.ini

    -Djavax.net.ssl.trustStore=C:\Program Files\Java\jdk1.8.0_20\jre\lib\security\cacerts
    -Djava.net.ssl.trustStorePassword=changeit
    

    worked for me.

提交回复
热议问题