-
-
Notifications
You must be signed in to change notification settings - Fork 184
MongoDB download not working for new versions #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am getting a 403 .... checked in browser and the url has changed
New URL: https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.3.tgz |
Thanks for reporting. |
@nodkz This is still not working for windows build. Version 3.6.3 of windows build is only published with ssl, but URL formed by mongodb-memory-server does not match with actual download URL. And hence it throws 403: Access Denied |
@nileshmali please test 1.7.2 version |
Still not working
Why is this issue closed? |
Reopen it. You may see last commits and make PR with proper fixes. I can accept them and publish new version from mobile. PS. Issue was closed automatically via commit message. |
@rcalabro changes should be made in this file It should be very easy. Don't forget to change test file https://github.com/nodkz/mongodb-memory-server/blob/5dc0b3d022ca41d15bfdea481461489b79fd1e07/src/util/__tests__/MongoBinaryDownloadUrl-test.js#L7 |
Works with ssl: true on binary config |
I can submit this PR probably on Friday |
@rcalabro don't worry we do this PR themselves. @YozhikM can you make PR for determining proper version of Osx version with tests.
In other words for Osx distros for version above 3.1.0 we use ssl links, but below including 3.0.x without ssl. For information, all avaliable links of mongodb binaries: Thanks. |
Now binaries older than 3.0 version are immediately installed with the ssl. Before and including 3.0 - without. Related #55
Working now on windows. Hence closing the issue. |
This issue still persists for me upon npm install :/ |
When I try MongoDB version 3.6.3 on Win 7 64 bit with or without SSL, It did not work.
Seems like dowload URL scheme has changed on server.
The text was updated successfully, but these errors were encountered: