-
Notifications
You must be signed in to change notification settings - Fork 905
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
choco list source with redirects does not resolve #171
Comments
Since I may not have a good repro, can you give me the output of that with |
Just the one that fails should be sufficient. |
Sure, Rob! The bad one:
The good one:
|
I think we determined this may be a nuget 2.8.2 issue? |
I think I have this resolved. |
ferventcoder
changed the title
choco list -source: "Invalid URI: The hostname could not be parsed."
choco list source with redirects does not resolve
Apr 20, 2015
ferventcoder
added a commit
to ferventcoder/choco
that referenced
this issue
Apr 20, 2015
Instead of the default NuGet HttpClient, the console uses a RedirectedHttpClient by default that resolves the actual address by following redirects. Chocolatey should also use this.
ferventcoder
added a commit
that referenced
this issue
Apr 20, 2015
* stable: (22 commits) (GH-121) Making Uninstall-ChocolateyZipPackage more robust when deleting files that were copied during installation of the Zip package (doc) update changelog/nuspec (GH-238) ApiKey source matching intuitive (maint) formatting (GH-240) Set CredentialProvider for NuGet (GH-240) ChocolateyNugetCredentialProvider (GH-240) Add default sources to machine sources (maint) Only warn subcommand list if not empty (GH-171) Use RedirectedHttpClient (GH-240) pass credentials at runtime (GH-240)(config) Add machine sources (doc) how to quote values (GH-230) Export all functions and aliases imported (GH-230) Fix Issues with Generate/Remove BinFile (GH-185) Remove console prompt default choices (GH-186) Uninstall - no prompt for one version (GH-182) Ask before printing ps1 scripts (GH-187) Show log file path in messages. (maint) formatting (GH-169) Do not resolve disabled sources ... Conflicts: src/chocolatey/infrastructure.app/commands/ChocolateySourceCommand.cs src/chocolatey/infrastructure.app/runners/GenericRunner.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error: choco list -source: "Invalid URI: The hostname could not be parsed."
These both used to work in v0.9.8
(http://feeds.myrepo.com being a redirect (302) to http://myrepo.com/nuget)
However, in v0.9.9 this one works:
And this one fails
The text was updated successfully, but these errors were encountered: