-
Notifications
You must be signed in to change notification settings - Fork 289
Description
Page https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/rpm
I'm posting this issue here because I'm trying to follow this instruction and it's not working. If this issue does not rightly belong here, could someone please direct me to the right place. Much appreciation for your assistance and apologies for any inconvenience caused.
Unable to follow instruction as connection to https://packages.redis.io are always refused.
curl -fsSL https://packages.redis.io/gpg > /tmp/redis.key
This failed with the following message: curl: (7) Failed to connect to packages.redis.io port 443: Connection refused
[Redis] name=Redis baseurl=http://packages.redis.io/rpm/rockylinux9 enabled=1 gpgcheck=1
Setting up /etc/yum.repos.d/redis.repo with the above content and running yum repolist --verbose fails on Redis with the following error
Errors during downloading metadata for repository 'Redis':
- Curl error (7): Couldn't connect to server for http://packages.redis.io/rpm/rockylinux9/repodata/repomd.xml [Failed to connect to packages.redis.io port 80: Connection refused]
Error: Failed to download metadata for repo 'Redis': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
Hitting http://packages.redis.io/rpm/rockylinux9 from browser returns the an access denied error.
From the documentation I got the impression that this was for the open source version and I have not found any instructions for obtaining authentications.