vericast / conda-mirror

Mirror upstream conda channels
BSD 3-Clause "New" or "Revised" License
72 stars 60 forks source link

Cannot use conda-mirror behind proxy #79

Open 816-8055 opened 5 years ago

816-8055 commented 5 years ago

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@6d31e67a6766520f26508eded47dc51e6c171286

betizad commented 5 years ago

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.