proxy

proxy for bash

proxy for curl

  • to get head only

proxy for yum

proxy for apt

[!TIP|label:see also]

proxy for docker

[!TIP|label:see also]

for docker build

  • or via cmd directly

for docker pull

proxy for pip

[!TIP|label:paths]

  • MS Windows: %APPDATA%\pip\pip.ini

  • MacOS: $HOME/Library/Application Support/pip/pip.conf

  • Unix: $HOME/.config/pip/pip.conf

using directly

proxy for ssh

nc

  • for socks5

corkscrew

  • for socks5

[!NOTE] applicable to git for windows

  • for socks5

[!NOTE]

proxy for git

[!NOTE|label:references]

http.proxy and https.proxy

core.gitproxy

core.sshCommand

[!NOTE]

A new configuration variable core.sshCommand has been added to specify what value for GIT_SSH_COMMAND to use per repository.

proxy for npm

[!NOTE|label:referencs]

  • or

proxy for nc

[!NOTE|label:manual page]

  • additional

[!NOTE|label:https proxy] Since version 7.52.0, curl can do HTTPS to the proxy separately from the connection to the server. This TLS connection is handled separately from the server connection so instead of --insecure and --cacert to control the certificate verification, you use --proxy-insecure and --proxy-cacert. With these options, you make sure that the TLS connection and the trust of the proxy can be kept totally separate from the TLS connection to the server.

Q&A

nc : nc: Proxy error: "HTTP/1.1 200 Connection established"

  • issue

  • solution

proxy with kubeconfig

[!NOTE|label:see also]

proxy with windows

[!NOTE]

Last updated

Was this helpful?