mcdex icon indicating copy to clipboard operation
mcdex copied to clipboard

[suggestion] http proxy support

Open dskw opened this issue 8 years ago • 4 comments

Hi, can you include parameters for specifying a proxy with user/pass for making the http connection? I'm running into timeouts since my machine is behind a proxy and mcdex also seems to ignore the proxy environment variables in windows (set http_proxy=.. set https_proxy=..)

dskw avatar Nov 17 '17 09:11 dskw

Yes, indeed. I will take a look at this tonight.

dizzyd avatar Nov 17 '17 14:11 dizzyd

@dskw can you give me a little more info about your setup? What platform are you on, what kind of proxy (HTTPS/SOCKS5), do you need username/password, etc?

dizzyd avatar Nov 18 '17 14:11 dizzyd

Sure: I'm behind a company proxy using http which requires user and password and tried it in windows. The OS has the proxy configured and I also tried setting the environment variables for proxies, but ran into a timeout every time

dskw avatar Nov 19 '17 09:11 dskw

@dskw - is that a Microsoft proxy? Those require NTLM authentication. Easiest way to set that up is using CNTLM.

LiaungYip avatar Nov 19 '17 23:11 LiaungYip