Re: Possible protocol error, handshake_error when using Maven

2022-02-21 Thread Bernd Eckenfels
Users List Betreff: RE: Possible protocol error, handshake_error when using Maven I did a tcpdump, but felt it was off topic to post it here. But since you brought it up, this is what command I used and the output when I ran the following command: java GetUrls https://repo.maven.apache.org

RE: Possible protocol error, handshake_error when using Maven

2022-02-21 Thread christopher.mil...@gd-ms.com
February 21, 2022 3:36 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven External E-mail --- CAUTION: This email originated from outside GDMS. Do not click links or open attachments unless you recognize the sender and know the content is

Re: Possible protocol error, handshake_error when using Maven

2022-02-21 Thread Bernd Eckenfels
-Djavax.net.debug=all GetUrl Gruss Bernd -- http://bernd.eckenfels.net Von: christopher.mil...@gd-ms.com Gesendet: Monday, February 21, 2022 8:32:59 PM An: Maven Users List Betreff: RE: Possible protocol error, handshake_error when using Maven Sorry for the late reply, I'm

RE: Possible protocol error, handshake_error when using Maven

2022-02-21 Thread christopher.mil...@gd-ms.com
or helping with this. -Original Message- From: Bernd Eckenfels Sent: Friday, February 4, 2022 2:02 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven External E-mail --- CAUTION: This email originated from outside GDMS. Do not click links or open a

Re: Possible protocol error, handshake_error when using Maven

2022-02-04 Thread Bernd Eckenfels
Yes that’s expected. What does the next command print. -- http://bernd.eckenfels.net Von: christopher.mil...@gd-ms.com Gesendet: Friday, February 4, 2022 7:39:44 PM An: Maven Users List Betreff: RE: Possible protocol error, handshake_error when using Maven

RE: Possible protocol error, handshake_error when using Maven

2022-02-04 Thread christopher.mil...@gd-ms.com
No output when running the following command: javac GetURLS.java Just getting GetUrls.class file. Thanks -Original Message- From: Bernd Eckenfels Sent: Friday, February 4, 2022 12:54 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven

Re: Possible protocol error, handshake_error when using Maven

2022-02-04 Thread Bernd Eckenfels
: christopher.mil...@gd-ms.com Gesendet: Friday, February 4, 2022 6:32:49 PM An: Maven Users List Betreff: RE: Possible protocol error, handshake_error when using Maven Sorry for the late reply, busy week. I ran this on my RHEL 8 workstation, and didn't get any output, other then a new file

RE: Possible protocol error, handshake_error when using Maven

2022-02-04 Thread christopher.mil...@gd-ms.com
-Original Message- From: Nils Breunese Sent: Tuesday, February 1, 2022 12:13 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven External E-mail --- CAUTION: This email originated from outside GDMS. Do not click links or open attachments unless you

Re: Possible protocol error, handshake_error when using Maven

2022-02-01 Thread Nils Breunese
christopher.mil...@gd-ms.com wrote: > I was able to curl that URL along with pulling that .pom file with the > following command: > > curl -o maven-archiver-2.5.pom > https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom > > So I'm still at a loss

RE: Possible protocol error, handshake_error when using Maven

2022-02-01 Thread christopher.mil...@gd-ms.com
, January 31, 2022 5:35 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven External E-mail --- CAUTION: This email originated from outside GDMS. Do not click links or open attachments unless you recognize the sender and know the content is safe

Re: Possible protocol error, handshake_error when using Maven

2022-01-31 Thread Nils Breunese
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

RE: Possible protocol error, handshake_error when using Maven

2022-01-31 Thread christopher.mil...@gd-ms.com
Yes, we have a local Nexus repo where I can use curl command to upload/download without errors. -Original Message- From: Nils Breunese Sent: Friday, January 28, 2022 3:23 PM To: Maven Users List Subject: Re: Possible protocol error, handshake_error when using Maven Can you

Re: Possible protocol error, handshake_error when using Maven

2022-01-31 Thread Nils Breunese
ting with a few co-workers and they might be having issues with Maven > as well. Have to dig into here more here. > > Thanks > > > > > -Original Message- > From: Karl Heinz Marbaise > Sent: Saturday, January 29, 2022 5:08 AM > To: Maven Users List

RE: Possible protocol error, handshake_error when using Maven

2022-01-31 Thread christopher.mil...@gd-ms.com
they might be having issues with Maven as well. Have to dig into here more here. Thanks -Original Message- From: Karl Heinz Marbaise Sent: Saturday, January 29, 2022 5:08 AM To: Maven Users List ; Miller, Christopher (NE) Subject: Re: Possible protocol error, handshake_error when u

Re: Possible protocol error, handshake_error when using Maven

2022-01-29 Thread Karl Heinz Marbaise
Hi, can you please write which exact version of the JDK you are using? Furthermore the Maven version you are using a bit out of time... Simplest try would be to upgrade to most recent version of Maven... Kind regards Karl Heinz Marbaise On 28.01.22 18:08, christopher.mil...@gd-ms.com wrote:

Re: Possible protocol error, handshake_error when using Maven

2022-01-28 Thread Nils Breunese
christopher.mil...@gd-ms.com wrote: > Using Maven 3.5.4 on RHEL 8.1 with OpenJDK 1.8. > > I've been using maven okay for awhile now and now I'm getting the following > error when running a pom.xml file. > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-jar-plugin:2.4:jar