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

Cannot use conda-mirror behind proxy #79

Open
816-8055 opened this issue Feb 18, 2019 · 1 comment
Open

Cannot use conda-mirror behind proxy #79

816-8055 opened this issue Feb 18, 2019 · 1 comment

Comments

@816-8055
Copy link

816-8055 commented Feb 18, 2019

conda-mirror unfortunately cannot be used behind a proxy.
So I had a look at your code and figured out, that it's easy to patch thanks to your use of requests.
816-8055/conda-mirror@6d31e67

@betizad
Copy link

betizad commented Apr 15, 2019

You may define your proxy as environment variables HTTP_PROXY and HTTPS_PROXY.
For ssl_verify I found no other way but to disable it in the source code and install from source.

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