Hi I am having an issue that when on VPN I get the...
# community-support
r
Hi I am having an issue that when on VPN I get the below failures but off of VPN it works fine. I was told our VPN is only monitoring not blocking. Is there any blacklisting going on of IPs?
Copy code
.708 > Could not resolve all files for configuration ':classpath'.
8.708    > Could not resolve org.springframework.boot:spring-boot-buildpack-platform:3.2.3.
8.708      Required by:
8.709          project : > org.springframework.boot:org.springframework.boot.gradle.plugin:3.2.3 > org.springframework.boot:spring-boot-gradle-plugin:3.2.3
8.710       > Could not resolve org.springframework.boot:spring-boot-buildpack-platform:3.2.3.
8.710          > Could not get resource '<https://plugins.gradle.org/m2/org/springframework/boot/spring-boot-buildpack-platform/3.2.3/spring-boot-buildpack-platform-3.2.3.pom>'.
8.710             > Could not GET '<https://jcenter.bintray.com/org/springframework/boot/spring-boot-buildpack-platform/3.2.3/spring-boot-buildpack-platform-3.2.3.pom>'.
8.711                > PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
v
That you would have to ask JCenter. But "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" usually means, that you either have some man-in-the-middle that gives wrong HTTPS certificates, or a broken Java runtime where some root certificates are missing or algorithms are disabled or not present. You could enable
javax.net.debug
logging to get in-depth details about the HTTPS communication and why it failed.