[X] I have verified this is the correct repository for opening this issue.
[X] I have verified no other issues exist related to my problem.
[X] I have verified this is not an issue for a specific package.
[X] I have verified this issue is not security related.
[X] I confirm I am using official, and not unofficial, or modified, Chocolatey products.
What You Are Seeing?
When installing packages from the ChocolateyInternal NuGet V3 repo it is accessing an invalid search index within Nexus from pushing the packages when nexus is associated to localhost:8081.
What is Expected?
The V3 indexes should look for the packages via the FQDN of the Nexus instance.
How Did You Get This To Happen?
Install QSG
Attempt to run choco upgrade chocolatey --force -y --source='ChocolateyInternal'
Notice the NuGet client tries to download the pkg from localhost:8081
Checklist
What You Are Seeing?
When installing packages from the ChocolateyInternal NuGet V3 repo it is accessing an invalid search index within Nexus from pushing the packages when nexus is associated to localhost:8081.
What is Expected?
The V3 indexes should look for the packages via the FQDN of the Nexus instance.
How Did You Get This To Happen?
choco upgrade chocolatey --force -y --source='ChocolateyInternal'
System Details
Installed Packages
Output Log
Additional Context
No response