tech:config_client_web_proxy
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| tech:config_client_web_proxy [2025/10/30 16:56] – Jean-Baptiste | tech:config_client_web_proxy [2025/11/13 20:44] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 17: | Ligne 17: | ||
| Proxy HTTP | Proxy HTTP | ||
| <code bash> | <code bash> | ||
| - | export http_proxy=http:// | + | #export http_proxy=http:// |
| - | export https_proxy=http:// | + | #export https_proxy=http:// |
| - | export | + | export |
| + | export NO_PROXY=localhost, | ||
| </ | </ | ||
| Ligne 27: | Ligne 28: | ||
| export ALL_PROXY=socks5h:// | export ALL_PROXY=socks5h:// | ||
| export NO_PROXY=localhost, | export NO_PROXY=localhost, | ||
| - | export all_proxy=socks5h:// | ||
| - | export no_proxy=localhost, | ||
| </ | </ | ||
| - | Config permanent / persistent | + | Config permanent / persistent |
| - | <code ini / | + | |
| - | http_proxy=http:// | + | '' |
| - | https_proxy=http:// | + | <code ini> |
| - | no_proxy=localhost, | + | #http_proxy=http:// |
| + | #https_proxy=http:// | ||
| + | ALL_PROXY=http:// | ||
| + | NO_PROXY=localhost, | ||
| </ | </ | ||
| Ligne 48: | Ligne 50: | ||
| curl -x '' | curl -x '' | ||
| </ | </ | ||
| + | |||
| === Mot de passe | === Mot de passe | ||
| Ligne 54: | Ligne 57: | ||
| <code bash> | <code bash> | ||
| - | export | + | export |
| - | export https_proxy=http:// | + | |
| </ | </ | ||
| Si caractères spéciaux ou accentué vous devez encoder les caractères. Voir : 'URL encoding / Percent encoding' | Si caractères spéciaux ou accentué vous devez encoder les caractères. Voir : 'URL encoding / Percent encoding' | ||
| + | |||
| === Sudo | === Sudo | ||
| Ligne 80: | Ligne 83: | ||
| Ou | Ou | ||
| - | <code - / | + | '' |
| + | <code -> | ||
| Defaults | Defaults | ||
| Ligne 86: | Ligne 90: | ||
| Defaults | Defaults | ||
| </ | </ | ||
| + | |||
| + | |||
| + | |||
| == RedHat | == RedHat | ||
| - | <code ini / | + | |
| + | '' | ||
| + | <code ini> | ||
| proxy=http:// | proxy=http:// | ||
| </ | </ | ||
| + | |||
| == Debian | == Debian | ||
tech/config_client_web_proxy.1761839762.txt.gz · Dernière modification : de Jean-Baptiste
