-
We need to have documentation for how to deal with firewalls / proxies when installing / setup
-
I've installed the nvPY on Windows 7, behind NTLM proxy.
In system variables I have:
```
HTTP_PROXY=localhost:3128
HTTPS_PROXY=localhost:3128
```
(both pointing to CNTLM)
CNTLM is working for sure…
-
Issue origin : ember-cli/ember-cli#6032
I wish to proxy all my request to a `cloudApiUrl` but we have our dev machine behind a corporate proxy (Ntlm Proxy). I have used Proxy Authentication applicat…
-
Hi,
I try to use HttpNtlmAuth to use for a NTLM proxy authentication request.
tested with Python 2.7.10 (default, May 23 2015, 09:40:32) [MSC v.1500 32 bit (Intel)] and also newest 2.7.14:
```
…
-
In some cases xbps-install seems to totally ignore proxy settings.
Note: this is not a sudo related issue as previously described [here](https://github.com/void-linux/xbps/issues/75).
Note: Tri…
-
Hello everyone,
I'am really new in this world of package management with jspm. I'm doing the getting started of Aurelia and I cannot complete it, I dont know if this is the place to ask about this an…
-
Hi,
I am using [cntlm](http://cntlm.sourceforge.net/) to go through a proxy.
The environment variables that I have set in my host are something like this:
```bash
https_proxy=http://localhost:333…
-
Is it possible to configure tinyproxy to talk to "corporate" upstream proxies requiring ntlm or kerberos authentication? We have a use case where I'd like to configure tinyproxy in explicit mode, wher…
-
## What happened?
No support to crawl websites which have NTLM or Kerberos authentication.
## What should have happened?
Should have an option for selecting various Authentication mechanism like …
-
I use composer for my PHP Project and use it to apply patches during `composer install`.
The Patches fail with `Failed to open stream: Cannot connect to HTTPS server through proxy`.
It works with C…