Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNeftali Valdez-Calderon
1,556 PointsError:Cause: unable to find valid certification path to requested target
Hi,
I'm getting the following error "Error:Cause: unable to find valid certification path to requested target" when I refresh the Gradle project after I add the below giflib.
plugins { id 'java' id 'idea' id 'eclipse' id 'org.springframework.boot' version '1.4.3.RELEASE' }
group 'com.teamtreehouse' version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories { mavenCentral() }
dependencies { compile 'org.springframework.boot:spring-boot-starter-web'
}
I have tried different versions and I keep getting the same error. Thank you in advance.
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsAlexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsCan't reproduce...
But it seems you have problems with network connection not allowing for Gradle to download dependencies ...
This question is all that i found
http://stackoverflow.com/questions/42415666/errorcause-unable-to-find-valid-certification-path-to-requested-target
Try solutions over there