Re: Need help with maven-changes-plugin:2.11:github-report: peer not authenticated

2018-03-28 Thread Dan Tran
thanks for the tip, upgrade to latest java 7 does the trick

Very much appreciated

-D

On Wed, Mar 28, 2018 at 9:31 AM, Hervé Boutemy 
wrote:

> 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 mojohaus-dev+unsubscr...@googlegroups.com.
> To post to this group, send email to mojohaus-dev@googlegroups.com.
> 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.
>

-- 
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 mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/CAPCjjnGemUPuWqoKRfUBCd_CVLWgL7LaaJQR%3D69bR-_r0DAcVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need help with maven-changes-plugin:2.11:github-report: peer not authenticated

2018-03-28 Thread Hervé Boutemy
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 mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
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.


Need help with maven-changes-plugin:2.11:github-report: peer not authenticated

2018-03-27 Thread Dan Tran
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 mojohaus-dev+unsubscr...@googlegroups.com.
To post to this group, send email to mojohaus-dev@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojohaus-dev/CAPCjjnH%2BVH82xsz__CzqLQHRq1PNuXm0%3DgO3bkjxLW8QThK_Hg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.