-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for vault.centos.org now forces https TLS 1.3 #1
base: master
Are you sure you want to change the base?
Conversation
… centos 511 doesn't support, use a pure http mirror that does not (yet) force https.
…port. Uses a pure http mirror that does not (yet) force https.
Hi, thank you for sending patch.
As far as I confirmed, currently it seems that CentOS 5.11 can access https://vault.centos.org, both via curl or via yum.
|
baseurl=http://mirrors.kernel.org/fedora-buffet/archive/epel/5/$basearch | ||
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch | ||
failovermethod=priority | ||
enabled=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enabling epel repo make this Docker image behaving differently than original centos:5.11
, so I cannot accept this repo file as is.
At least we should disable this repo by default, to keep original behavior.
enabled=1 | |
enabled=0 |
Since vault.centos.org forces https over tlsv1.3 which centos 511 doesn't support, use a pure http mirror that does not (yet) force https.