[GH-ISSUE #14] Downloads fail due to SSL problems #2

Closed
opened 2026-02-16 12:32:29 -05:00 by yindo · 4 comments
Owner

Originally created by @strk on GitHub (Apr 5, 2017).
Original GitHub issue: https://github.com/go-gitea/infrastructure/issues/14

I'm unable to download releases from an old Debian 6 system, either with wget 1.12 and curl 7.21.0.
Here's what I get:

# wget http://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64
--2017-04-05 02:22:43--  http://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64
Resolving dl.gitea.io... 104.27.143.155, 104.27.142.155, 2400:cb00:2048:1::681b:8f9b, ...
Connecting to dl.gitea.io|104.27.143.155|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://dl.gitea.io:443/gitea/1.1.0/gitea-1.1.0-linux-amd64 [following]
--2017-04-05 02:22:44--  https://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64
Connecting to dl.gitea.io|104.27.143.155|:443... connected.
OpenSSL: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
Unable to establish SSL connection.

# curl https://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64
curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

I've also tried http but it redirects to https.

Originally created by @strk on GitHub (Apr 5, 2017). Original GitHub issue: https://github.com/go-gitea/infrastructure/issues/14 I'm unable to download releases from an old Debian 6 system, either with wget 1.12 and curl 7.21.0. Here's what I get: ``` # wget http://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64 --2017-04-05 02:22:43-- http://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64 Resolving dl.gitea.io... 104.27.143.155, 104.27.142.155, 2400:cb00:2048:1::681b:8f9b, ... Connecting to dl.gitea.io|104.27.143.155|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://dl.gitea.io:443/gitea/1.1.0/gitea-1.1.0-linux-amd64 [following] --2017-04-05 02:22:44-- https://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64 Connecting to dl.gitea.io|104.27.143.155|:443... connected. OpenSSL: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error Unable to establish SSL connection. # curl https://dl.gitea.io/gitea/1.1.0/gitea-1.1.0-linux-amd64 curl: (35) error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure ``` I've also tried `http` but it redirects to `https`.
yindo added the kind/question label 2026-02-16 12:32:29 -05:00
yindo closed this issue 2026-02-16 12:32:29 -05:00
Author
Owner

@bkcsoft commented on GitHub (Apr 24, 2017):

@strk Is this still an issue? Which version of OpenSSL are you running?

@bkcsoft commented on GitHub (Apr 24, 2017): @strk Is this still an issue? Which version of OpenSSL are you running?
Author
Owner

@sapk commented on GitHub (Apr 24, 2017):

I think that traefik (the frontend) doesn't support sslv2 or v3 and only tls cipher suite.

@sapk commented on GitHub (Apr 24, 2017): I think that traefik (the frontend) doesn't support sslv2 or v3 and only tls cipher suite.
Author
Owner

@bkcsoft commented on GitHub (Apr 25, 2017):

@sapk Yeah that's what I was thinking as well

@bkcsoft commented on GitHub (Apr 25, 2017): @sapk Yeah that's what I was thinking as well
Author
Owner

@bkcsoft commented on GitHub (Sep 18, 2017):

Debian 6 LTS went EOL Feb 2016 so closing unless someone finds this failing in Debian 7 LTS (EOL Feb 2018)

@bkcsoft commented on GitHub (Sep 18, 2017): Debian 6 LTS went EOL Feb 2016 so closing unless someone finds this failing in Debian 7 LTS (EOL Feb 2018)
yindo changed title from Downloads fail due to SSL problems to [GH-ISSUE #14] Downloads fail due to SSL problems 2026-06-05 16:32:58 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-gitea/infrastructure#2