403 on download
See original GitHub issueWhen Embed Mongo starts on MacOSX I obtain the following error:
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-4.0.4.tgz
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at de.flapdoodle.embed.process.store.Downloader.downloadInputStream(Downloader.java:127)
... 58 common frames omitted
If I try to download from MongoDB site URL is https://fastdl.mongodb.org/osx/mongodb-osx-ssl-x86_64-4.0.4.tgz instead of https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-4.0.4.tgz
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Patch Download Failure - Error 403 - ManageEngine
Error code 403 occurs when the web server is not reachable or access to the server has been denied. This might happen due...
Read more >App could not be downloaded due to an error 403
Methods to fix “Google play error 403” · Go to settings>>Wireless and Networks>>More>>Mobile Networks · APN (Access Point Name)>>MOWAP>>Edit · Select clear Proxy ......
Read more >User sees the "403 Forbidden" message when attempting to ...
This error occurs when the async virus scan is enabled and a user attempts to download un-scanned or malicious files. If you just...
Read more >I get 403 errors EVERY time I try to download something.
I was just looking for mods for Oblivion on tesnexus when I suddenly couldn't download anything anymore. I had been downloading things all ......
Read more >403 error while file download API Call - Box Support
403 error while file download API Call ... Hello,. I have a JWT authenticated Java app. I can access all the folders info...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Because the version of de.flapdoodle.embed.mongo is too low, you need to upgrade its version instead of following the Springboot version.
@codependent @alook I guess #359 (active open ticket, unlike this one) tracks the issue you are describing.