Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-88222

[RHEL 6.10] redhat-release-server: Update rhel-source.repo URLs to use HTTPS

Linking RHIVOS CVEs to...Migration: Automation ...Sync from "Extern...XMLWordPrintable

    • No
    • None
    • rhel-se-cs-plumbers
    • 2
    • None
    • None
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      The rhel-source.repo as shipped with redhat-release-server is still using the ftp:// URLs that do not seem to be active/available anymore.

      This is causing issues for Sustaining Engineering doing TPS testing of any package for RHEL-6-ELS.

      A simple fix like the following could resolve the issue:

      diff --git a/rhel-source.repo b/rhel-source.repo
      index 0863276..af1445c 100644
      --- a/rhel-source.repo
      +++ b/rhel-source.repo
      @@ -1,13 +1,13 @@
       [rhel-source]
       name=Red Hat Enterprise Linux $releasever - $basearch - Source
      -baseurl=ftp://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/
      +baseurl=https://ftp.redhat.com/pub/redhat/linux/enterprise/$releasever/en/os/SRPMS/
       enabled=0
       gpgcheck=1
       gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
       
       [rhel-source-beta]
       name=Red Hat Enterprise Linux $releasever Beta - $basearch - Source
      -baseurl=ftp://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/
      +baseurl=https://ftp.redhat.com/pub/redhat/linux/beta/$releasever/en/os/SRPMS/
       enabled=0
       gpgcheck=1
       gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta,file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
       

       

              rhn-support-sbroz Stepan Broz
              rhn-support-sbroz Stepan Broz
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated: