I have a group repo called “chocolatey-all” which contains 2 members a hosted repository called “chocolatey-hosted” and a proxy repo called “chocolatey-proxy” which is a proxy for https://community.chocolatey.org/api/v2/.
When I attempt to download the latest vmware-tools package from the chocolatey-all group repository using the following url
my-nexus-instance.net/repository/chocolatey-all/Packages()?$filter=(tolower(Id)%20eq%20'vmware-tools')%20and%20IsLatestVersion&semVerLevel=2.0.0
I get the error below 90% of the time and the cpu on the server I’m hosting nexus on spikes
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /repository/chocolatey-all/Packages().Reason: Error reading from remote server
However when I run the same command against the proxy repository it works as expected.
my-nexus-instance.net/repository/chocolatey-proxyl/Packages()?$filter=(tolower(Id)%20eq%20'vmware-tools')%20and%20IsLatestVersion&semVerLevel=2.0.0
I’ve tried invalidating the cache on the group repo with no luck.
Version: nexus OSS 3.64.0-04