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