Percona-release using http

Hi there,

I’m working on a psmdb implementation and I noticed that the command sudo percona-release enable psmdb-50 release is searching for http// (port 80) instead of https:// (443)
For security reasons the access to port 80 is blocked in this environment.
Is there any way to force https instead?

I’m aware I can download the .rpm and install it, but I’d like to take advantage of the tool.

Thanks

Hey @Adamo_Tonete
Thanks for reporting this.
We will fix this issue for the next release but currently on your system you can do the following:

sudo sed -i 's|http:|https:|g' /usr/bin/percona--release

1 Like