2 / 2
Jan 22

Configuration from here (version 6.0):

command:
sudo yum install -y mongodb-org

result:
GPG key retrieval failed: [Errno 12] Timeout on https://www.mongodb.org/static/pgp/server-6.0.asc: (28, ‘Failed to connect to www mongodb org port 443 after 4376 ms: Connection timed out’)

Download works without any issues on my browser.
Also yum in general works perfectly, mongodb repository is only one failing.
It is very weird everything else seems to work. Possibly it is something unrelated to mongodb.org but I can’t figure out what.

2 years later