Fix for vault.centos.org now forces https TLS 1.3#1
Open
markovanderpuil wants to merge 4 commits intoastj:masterfrom
Open
Fix for vault.centos.org now forces https TLS 1.3#1markovanderpuil wants to merge 4 commits intoastj:masterfrom
markovanderpuil wants to merge 4 commits intoastj:masterfrom
Conversation
added 2 commits
April 9, 2021 02:27
… 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.
Owner
|
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. |
astj
reviewed
Apr 9, 2021
| 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 |
Owner
There was a problem hiding this comment.
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.
Suggested change
| enabled=1 | |
| enabled=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.