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

Proxyman support for conda #83

Open
mebble opened this issue Apr 12, 2019 · 3 comments
Open

Proxyman support for conda #83

mebble opened this issue Apr 12, 2019 · 3 comments
Labels
not now To be solved some time later, if required

Comments

@mebble
Copy link

mebble commented Apr 12, 2019

Proxyman support for the package manager conda would be great. The proxy is set in ~/.condarc. The .condarc structure is:

ssl_verify: true
channels:
  - defaults
proxy_servers:
  http: http://172.31.2.4:8080
  https: https://172.31.2.4:8080

More info here

@himanshub16
Copy link
Owner

himanshub16 commented May 21, 2019

conda seems to support HTTP_PROXY and HTTPS_PROXY. [docs]

So current state of proxyman should make it work. In case there is any particular case where it fails to work behind proxy, let me know.

@xylophong
Copy link

It is supposed to support HTTP_PROXY and HTTPS_PROXY, but it does not seem so (in my case at least); I have to manually configure the .condarc file. Anybody encounters the same issue ?

@himanshub16 himanshub16 added the not now To be solved some time later, if required label Nov 29, 2019
@manuFL
Copy link

manuFL commented Oct 15, 2020

Hi, the problem seems to be that conda expects https:// at the beginning of the https_proxy var, while proxyman set it without protocol...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not now To be solved some time later, if required
Projects
None yet
Development

No branches or pull requests

4 participants