You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Felix Schumacher <fe...@internetallee.de> on 2018/02/12 12:54:53 UTC

Certificate problem while downloading external resource

Hi all,

as can be seen at 
https://builds.apache.org/job/JMeter-trunk/6670/console, we (JMeter) 
have a problem downloading the artefact (checkstyle-8.8-all.jar from 
sourceforge)

https://downloads.sourceforge.net/checkstyle/checkstyle/8.8/checkstyle-8.8-all.jar?ts=1518437062725&use_mirror=autoselect/checkstyle-8.8-all.jar

It fails on H24 with the following stack trace:

/home/jenkins/jenkins-slave/workspace/JMeter-trunk/trunk/build.xml:3292: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
	at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2033)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
	at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:728)
	at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:641)
	at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:631)

Any idea, what we can do about this?

Regards,
  Felix

Re: Certificate problem while downloading external resource

Posted by Daniel Pono Takamori <po...@apache.org>.
After inspecting the node I believe this to be a transient failure.
If it occurs again I'm wrong and will dig deeper.

Cheers

On Mon, Feb 12, 2018 at 1:54 PM, Felix Schumacher
<fe...@internetallee.de> wrote:
> Hi all,
>
> as can be seen at https://builds.apache.org/job/JMeter-trunk/6670/console,
> we (JMeter) have a problem downloading the artefact (checkstyle-8.8-all.jar
> from sourceforge)
>
> https://downloads.sourceforge.net/checkstyle/checkstyle/8.8/checkstyle-8.8-all.jar?ts=1518437062725&use_mirror=autoselect/checkstyle-8.8-all.jar
>
> It fails on H24 with the following stack trace:
>
> /home/jenkins/jenkins-slave/workspace/JMeter-trunk/trunk/build.xml:3292:
> javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
>         at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
>         at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2033)
>         at
> sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
>         at
> sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
>         at
> sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
>         at
> sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
>         at
> sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
>         at
> sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
>         at
> sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
>         at
> org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:728)
>         at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:641)
>         at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:631)
>
> Any idea, what we can do about this?
>
> Regards,
>  Felix