Does the Install-ChocolateyZipPackage commandlet support basic authentication, i.e. via an URL such as https://user:password@example.com
?
Asked
Active
Viewed 388 times
0

aknuds1
- 65,625
- 67
- 195
- 317
-
1Great question. Have you tried it and not found it to work? – ferventcoder Oct 16 '13 at 22:26
-
@ferventcoder Yes we've tried, and it doesn't seem to work. See my answer below. – aknuds1 Oct 16 '13 at 22:45
1 Answers
0
There is probably no support for this at the moment, as if we pass such an URL (with credentials) to Install-ChocolateyZipPackage, our server responds with 401 (Unauthorized).

aknuds1
- 65,625
- 67
- 195
- 317
-
1It's probably something that can be added. File a ticket on github? https://github.com/chocolatey/chocolatey/issues/new – ferventcoder Oct 17 '13 at 16:11