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

后端 未结 8 708
予麋鹿
予麋鹿 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:32

    Try http instead of https in the URL http://start.spring.io

    The following error will be resolved "SunCertPathBuilderException: unable to find valid certification path to requested target"

提交回复
热议问题