Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Unable to download new 3.6.0 version (stable) #128

Closed
pfiaux opened this issue Dec 12, 2017 · 3 comments
Closed

Unable to download new 3.6.0 version (stable) #128

pfiaux opened this issue Dec 12, 2017 · 3 comments
Assignees

Comments

@pfiaux
Copy link

pfiaux commented Dec 12, 2017

When I try to run mongodb-runner with no options it tries to download mongo db 3.6.0 but I get the following error:

Downloading mongodb-osx-x86_64-3.6.0.tgz
Error: GET http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.6.0.tgz returned 403

When checking for the urls here https://www.mongodb.org/dl/osx it looks like the 3.6.0 file is osx/mongodb-osx-ssl-x86_64-3.6.0.tgz so the -ssl is missing from the path (or the file without -ssl) is missing.

For now I could solve it using MONGODB_VERSION=3.4.1

This could be an issue with mongodb-version-manager but maybe limiting to the last functioning version here might help until the issue is resolve upstream.

@acidtib
Copy link

acidtib commented Dec 12, 2017

yup having same issue thanks for the MONGODB_VERSION=3.4.1 tip

@durran durran self-assigned this Dec 12, 2017
@durran
Copy link
Member

durran commented Dec 12, 2017

Working on a fix - the download urls changed and need to update.

@durran
Copy link
Member

durran commented Dec 13, 2017

This is fixed now - the certificates had expired and are now working again. No need to update any code.

@durran durran closed this as completed Dec 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants