Enterprise: Difference between revisions

imported>Makefu
syntaxHighlight
imported>Makefu
m clarify what intercepting proxy means
Line 39: Line 39:
Now all '''fetchurl''' calls will use the specified netrc file with the credentials of your choice.
Now all '''fetchurl''' calls will use the specified netrc file with the credentials of your choice.


== SSL Intercepting Proxy ==
== TLS Intercepting Proxy ==


As of right now there currently does not seem to be a way to install nix packages via an intercepting proxy, see [https://github.com/NixOS/nix/issues/1896 nix issue #1896] . The proxy itself can be set via the environment variables <code>HTTP_PROXY</code> and <code>HTTPS_PROXY</code>.
As of right now there currently does not seem to be a way to install nix packages via an intercepting proxy which replaces the ''original'' TLS certificate with the certificate created by the intercepting proxy, see [https://github.com/NixOS/nix/issues/1896 nix issue #1896].
 
The proxy itself can be set via the environment variables <code>HTTP_PROXY</code> and <code>HTTPS_PROXY</code>.