Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Invalid Credentials error with Proget Chocolatey Packages
-
Hi there, I have setup a proget server for chocolatey but have been unable to install an packages with it. Packages can be uploaded, the source added, and packages from the source listed, but any attempt to install will just result in "Invalid credentials specified" even with the admin user. Are there some additional settings I could be missing?
-
Hello @itpurchasing_0730,
It sounds like you set things up correctly, but seems like Chocolatey is behaving strangely; if you added a source, then you shouldn't be prompted for the credentials.
In general, you should just need to run
choco source add
command:
https://docs.chocolatey.org/en-us/choco/commands/sourcesThen you won't be prompted again. I would try removing your sources, and adding them back.
You may also want to use a tool like Fiddler classic to monitor the traffic that Chocolatey is making. Unfortunately we can't tell, from just that diagnostic log.
That will let you see exactly what URls are being used... and the underlying problem might be related to something like a proxy server.
Cheers,
Alana