What precise version of JVM are you using? "peer not authenticated" or "Received fatal alert: protocol_version" are typical of TLS 1.2 server requirement upgrade with a JVM that does not support it
I suppose that if you look at the full stack trace (-e or -X), you'll see the exception path to SSL layer There is a wave of server TLS 1.2 requirement upgrade, like this one from Fastly [1]. I suppose this is an equivalent upgrade at GitHub level, I suppose there was an announcement somewhere, I don't precisely know... Regards, Hervé [1] https://www.fastly.com/blog/phase-two-our-tls-10-and-11-deprecation-plan Le mardi 27 mars 2018 18:29:07 UTC+2, Dan Tran a écrit : > > Hi Mojo Team > > I am running an issue trying to push rpm-maven-plugin site after cutting > RC build > > here is the command > > -f target/checkout site site:stage scm-publish:publish-scm > > here is the error > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project > rpm-maven-plugin: Error generating maven-changes-plugin:2.11:github-report: > peer not authenticated -> [Help > 1]org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute > goal org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on > project rpm-maven-plugin: Error generating > maven-changes-plugin:2.11:github-report: peer not authenticated > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > (MojoExecutor.java:213) > > > > help/advice is greatly apprecated > -- You received this message because you are subscribed to the Google Groups "mojohaus-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mojohaus-dev/2a958275-881e-45b7-ada8-aab84981e1ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
