-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.22.0
-
Component/s: NuGet
-
Labels:
Create a NuGet proxy repository in Nexus Repo 3.22.0 with remote of:
https://api.nuget.org/v3/index.json
Pull down the index page from the proxy:
http://localhost:8081/repository/nuget-proxy-v3/index.json
Now set "Block outbound connections on the repository" in the proxy's configuration, save.
Invalidate the proxy's cache, and try to download the index page again:
http://localhost:8081/repository/nuget-proxy-v3/index.json
This will fail with a 502 response.
Expected: If the remote is not available, the proxy repository should serve cached content.
- is caused by
-
NEXUS-10886 NuGet v3 JSON format support
-
- Closed
-
- is related to
-
NEXUS-24863 raw proxy repositories may not serve already cached components if there is an SocketTimeoutException: Read timed out while reading the remote response
-
- New
-
- relates
-
NEXUS-23441 Already cached NuGet v2 proxy repository content will return 502 if Component Max Age expires and the remote is not available
-
- Closed
-