-
Notifications
You must be signed in to change notification settings - Fork 907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set Explicit Proxy Bypass List / Bypass On Local #1165
Comments
Adding |
ferventcoder
changed the title
Set Explicit Proxy Bypass List
Set Explicit Proxy Bypass List / Bypass On Local
Feb 19, 2017
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 20, 2017
Add a proxy bypass list to the configuration so that proxies are able to be bypassed for some connections. Without this an explicit proxy that is set will never bypass settings for downloads. Ensure proxy bypass is used with NuGet.Core connections to download packages and when downloading resources in PowerShell scripts.
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 20, 2017
When downloading resources and a proxy is configured, bypass by default for local connections, but allow it to be configured.
Is it possible to temporary set a
|
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 27, 2017
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Feb 27, 2017
* stable: (chocolateyGH-1134) Show download progress for packages (chocolateyGH-1134) Specify Package Downloader (chocolateyGH-1165) fix - bypass on local set (chocolateyGH-605) Use Proxy From Environment Vars (chocolateyGH-1167) Remove quotes before Process call (chocolateyGH-1166) Fix: Multiple Licensed Sources (chocolateyGH-1165) Bypass Proxy on Local (chocolateyGH-1165) Config - Proxy Bypass List (chocolateyGH-262) Sources Explicitly Bypass Proxy (chocolateyGH-262) NuGet.Core - explicit source proxy ignore
@mwallner sounds cool. I think we should do that. |
ferventcoder
added a commit
that referenced
this issue
Mar 3, 2017
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Mar 9, 2017
* stable: (chocolateyGH-1193) Allow version check with FIPS (chocolateyGH-1155) do not warn nupkg on pack/push (chocolateyGH-1187) File64 - Install-ChocolateyInstallPackage (maint) Add 64-bit process Information variable (chocolateyGH-1155) Warn when .nupkg/.nuspec used in args (chocolateyGH-262) BypassProxy on IHttpClient (chocolateyGH-1134) use console adapter for width (chocolateyGH-1182) trace network traffic (chocolateyGH-1181) Configure a source for self-service (chocolateyGH-1180) Create .ignore file only in choco path (chocolateyGH-1177) Fix: MSU fails when spaces in path (maint) formatting (chocolateyGH-1178) Fix: OS_NAME not reported as Windows 10 (chocolateyGH-1134) ensure GetPackageManager w/older licensed (chocolateyGH-1165) pass proxy bypass list to debug message
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #605, #262, and #497
Add a proxy bypass list to the configuration so that proxies are able
to be bypassed for some connections. Without this an explicit proxy
that is set will never bypass settings for downloads.
The text was updated successfully, but these errors were encountered: