Chocolatey'i bir proxy'nin arkasındaki pencerelere kurmaya çalışıyorum:
@powershell -ExecutionPolicy unrestricted
Güç kabuğunda çalıştırıyorum
$wc=new-object net.webclient;
$wc.Proxy=new-object system.net.WebProxy('<myproxy-ip>:8012',$true);
$wc.Proxy.Credentials = new-object system.net.NetworkCredential('<myusername>','<mypass>');
iex ($wc.DownloadString('https://chocolatey.org/install.ps1'));
Aşağıdaki hatayı alıyorum
Exception calling "DownloadString" with "1" argument(s): "The remote server returned an error: (407) Proxy Authentication Required."
At line:1 char:1
+ iex ($wc.DownloadString('https://chocolatey.org/install.ps1'));
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : WebException
Firefox / iexplorer'ı başlatırken girmem gereken aynı kullanıcı adını / şifreyi kullanıyorum (resme bakın). Her zaman girmem gerektiğinden, proxy için yapılandırılmış varsayılan kullanıcı adı / parola yoktur.
Daha fazla ayrıntı (Firefox'ta Özel Bir Pencerede İnceleme Elemanı kullanarak)
Yanıt Başlıkları
Cache-Control: no-cache
Connection: close
Content-Length: 813
Content-Type: text/html; charset=utf-8
Pragma: no-cache
Proxy-Authenticate: BASIC realm="PROXY_INTERNET"
Proxy-Connection: close
Set-Cookie: BCSI-CS-dfaeac52a135c7c0=2; Path=/