christopher.mil...@gd-ms.com wrote: > Yes, we have a local Nexus repo where I can use curl command to > upload/download without errors.
When you have issues it’s when Maven is trying to download something directly from repo.maven.apache.org? So you don’t use your Nexus instance as a proxy for Maven Central, right? Your Nexus will use a different TLS certificate chain than repo.maven.apache.org, so not having the correct CA certificate for Maven Central could still be the issue. Does this command work on your machine? curl https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom If so, does getting that URL from a simple Java program work on your machine? Nils. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org