mirror of
https://github.com/go-gitea/infrastructure.git
synced 2026-07-21 01:35:22 -04:00
[GH-ISSUE #14] Downloads fail due to SSL problems #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
I've also tried
httpbut it redirects tohttps.@bkcsoft commented on GitHub (Apr 24, 2017):
@strk Is this still an issue? Which version of OpenSSL are you running?
@sapk commented on GitHub (Apr 24, 2017):
I think that traefik (the frontend) doesn't support sslv2 or v3 and only tls cipher suite.
@bkcsoft commented on GitHub (Apr 25, 2017):
@sapk Yeah that's what I was thinking as well
@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)
Downloads fail due to SSL problemsto [GH-ISSUE #14] Downloads fail due to SSL problems