Skip to content
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

Add proxy config to Downloader #5

Closed
wants to merge 1 commit into from

Conversation

scobal
Copy link

@scobal scobal commented Aug 5, 2013

Hello,

I'd like to be able to use embedded mongo from behind a proxy. This PR allows configuration by command line parameters, eg:

mvn clean package -Dhttp.proxyHost=www.proxy.com -Dhttp.proxyPort=8000

@michaelmosmann
Copy link
Member

Hmm.. IMHO the problem here is that you set the proxy for the maven thread but not for the surefire-plugin.. you should try:

mvn clean install -DargLine="-Dhttp.proxyHost=www.proxy.com -Dhttp.proxyPort=8000"

..

@scobal
Copy link
Author

scobal commented Aug 5, 2013

Thanks for the quick response. Perhaps the project I'm using embedded mongo with (https://github.com/scobal/seyren) is setup incorrectly to use the proxy with surefire

@michaelmosmann
Copy link
Member

Hmm.. yes, you are right. I will have a look..

@ghost ghost assigned michaelmosmann Aug 27, 2013
@mrfarhadi
Copy link

Hello!
I have the same problem. I would like to use flapdoodle mongo behind a proxy. It cannot open the stream "http://fastdl.mongodb.org/linux/mongodb-linux-i686-3.0.5.tgz", although, the proxy is set for Java. Any way to fix this issue without inserting any code as configuration? The above commands did not work neither.

@matlockx
Copy link
Member

@michaelmosmann state here?

@michaelmosmann
Copy link
Member

This is implemented in an different way now. Thanks for your input ...

@nabilm2i
Copy link

i have the same issue on my project CI/CD.. But locally it works.
I wonder what am i missing?
Any ideas?
I am using flapdoodle 3.0.0.

@michaelmosmann
Copy link
Member

michaelmosmann commented Dec 20, 2021

@nabilm2i Is there any chance to use the new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants