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

doesn't build behind a http proxy #5

Open
JanC opened this issue Jul 17, 2012 · 2 comments
Open

doesn't build behind a http proxy #5

JanC opened this issue Jul 17, 2012 · 2 comments

Comments

@JanC
Copy link

JanC commented Jul 17, 2012

I'm behind a http proxy and the "ssl" target does not build. The command

/usr/bin/curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz -o openssl-1.0.0a.tar.gz -s

times out. When a run the make from command line it works (I have exported http_proxy in my .bashrc file.

@syzdek
Copy link
Member

syzdek commented Jul 17, 2012

I've had another user run into the same issue. I am out of the office, but
I will come up with a fix on Monday when I return. Thank you for letting
me know this is an issue affecting more than one user.

On Tue, Jul 17, 2012 at 5:15 AM, Jan <
reply@reply.github.com

wrote:

I'm behind a http proxy and the "ssl" target does not build. The command

/usr/bin/curl -O http://www.openssl.org/source/openssl-1.0.0a.tar.gz -o
openssl-1.0.0a.tar.gz -s

times out. When a run the make from command line it works (I have exported
http_proxy in my .bashrc file.


Reply to this email directly or view it on GitHub:
#5

@JanC
Copy link
Author

JanC commented Jul 17, 2012

my current workaround is to hardcode the proxy setting in the Makefile

/usr/bin/curl --proxy http://user:pass@myproxy ....

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

No branches or pull requests

2 participants