Download packages from NuGet (stuck)

I’m currently using digest authentication.

using the nuget feed “Test” screen i verified it was able to search and find packages.
However, when i try to deploy the deployment stays on “Download packages from NuGet”. (5-15minutes and i eventually cancel)

any idea on how to get this working?

Hi Leblanc,

What service account is your Octopus Windows Service running as? And what account is the app pool for the web portal running as?

Paul

Octopus Portal is running as "Network Service"
Octopus WinSvc is running as Local System

Defaults msi installed.

Your clue helped me out. Seems I just needed to make the octopus winsvc run under a higher privileged account. We created a domain user specifically for downloading nuget feeds.

Thanks for the update, glad you got it sorted :slight_smile: I guess the Local System account didn’t have permissions to query the NuGet server while Network Service did.

Paul