RedHat CDN times out for yum

Latest response

Hi there,
The Redhat CDN keeps timing out on yum update. I know that my internet connection is not the problem. Any Idea's would be appreciated

Here is a log of sudo yum update with a dump of wget below it. It just times out which is really annoying as this machine hasn't been updated in like a month ;).

||SOF||
[spurdie@dellr710 ~]$ sudo yum update
timer: config: 15 ms
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, kpatch, needs-restarting, playground, product-id, repoclosure, repodiff, repograph, repomanage, reposync, subscription-manager, system-upgrade, uploadprofile
Updating Subscription Management repositories.
YUM version: 4.14.0
Command: yum update
Installroot: /
Releasever: 9
cachedir: /var/cache/dnf
Base command: update
Extra commands: ['update']
Bad id for repo: comments abridged, byte = 8
Waiting for process with pid 575217 to finish.
User-Agent: constructed: 'libdnf (Red Hat Enterprise Linux 9.2; generic; Linux.x86_64)'
repo: using cache for: docker-ce-stable
docker-ce-stable: using metadata from Fri 07 Jul 2023 20:12:58.
repo: using cache for: epel
epel: using metadata from Fri 07 Jul 2023 01:40:06.
repo: using cache for: grafana
grafana: using metadata from Fri 07 Jul 2023 00:34:09.
repo: using cache for: influxdb
influxdb: using metadata from Wed 21 Jun 2023 19:49:56.
repo: downloading from remote: rhel-9-for-x86_64-baseos-rpms
error: Curl error (28): Timeout was reached for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml [Connection timed out after 30000 milliseconds] (https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml).
error: Curl error (28): Timeout was reached for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml [Connection timed out after 30000 milliseconds] (https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml).
^CRed Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) [ === ] --- B/s | 0 B --:-- ETRed Hat Enterprise Linux 9 for x86_64 - BaseOS (RPMs) 0.0 B/s | 0 B 01:10
Errors during downloading metadata for repository 'rhel-9-for-x86_64-baseos-rpms':
- Curl error (28): Timeout was reached for https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml [Connection timed out after 30000 milliseconds]
Cleaning up.
Plugins were unloaded.
||EOF||

Here is also a dump from wget https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml

||SOF||
[spurdie@dellr710 ~]$ wget https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml
--2023-07-08 00:45:04-- https://cdn.redhat.com/content/dist/rhel9/9/x86_64/baseos/os/repodata/repomd.xml
Resolving cdn.redhat.com (cdn.redhat.com)... 173.223.228.251
Connecting to cdn.redhat.com (cdn.redhat.com)|173.223.228.251|:443...
||EOF||

Responses