Details
Description
Proxying a nuget v3 repo from one Nexus instance to another, still results in the proxying instance making direct calls to *.nuget.org.
To reproduce:
- On Nexus instance A, configure Nuget v3 proxy to https://api.nuget.org/v3/index.json
- On. Nexus instance B, configure Nuget v3 proxy to instance A e.g. http://localhost:8082/repository/nuget-v3-proxy/index.json
- Enable DEBUG logging on org.apache.http on instance B.
- Perform a nuget install with instance B as the source.
- Observe nexus.log.
Expected:
Remote v3 requests from instance B should be made to Nexus instance A.
Actual:
Only the initial request for the index.json is made to instance A. Remaining requests are being made directly to *.nuget.org.
Attachments
Issue Links
- is related to
-
NEXUS-24464 NuGet Signature validation goes out to https://api.nuget.org
-
- Closed
-