Hi,
trying to install hashicorp vault CE on RHEL 9.6.
Installed yum-utils, and the repo file:
[root@tbe-eve-devo-39 ~]# cat /etc/yum.repos.d/Hashicorp.repo
[Hashicorp]
baseurl = https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
enabled = 1
name = hashicorp Repository
[root@tbe-eve-devo-39 ~]# dnf install vault
Updating Subscription Management repositories.
hashicorp Repository 859 B/s | 330 B 00:00
Errors during downloading metadata for repository 'Hashicorp':
- Status code: 404 for https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo/repodata/repomd.xml (IP: 18.239.18.66)
Error: Failed to download metadata for repo 'Hashicorp': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
[root@tbe-eve-devo-39 ~]# uname -a
Linux tbe-eve-devo-39 5.14.0-570.21.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 3 12:46:50 EDT 2025 x86_64 x86_64 x86_64 GNU/Linux
What’s wrong? RHEL9 is supposed to be supported, and 404 means backend server can be reached.