Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: 3.29.0
-
Fix Version/s: 3.30.0
-
Component/s: Proxy Repository, REST
-
Labels:
-
Notability:3
Description
The REST API for proxy repositories does not include a way to tell Nexus Repo to use the its own certificate trust store. This is problematic for customers who have http proxy servers that re-sign traffic with a private signing certificate.
Looking at the data model, it seems like adding this into the http/connection settings would work:
"httpClient": { "blocked": false, "autoBlock": true, "connection": { "retries": 0, "useTrustStore": true, "userAgentSuffix": "string", "timeout": 60, "enableCircularRedirects": false, "enableCookies": false } },
But it does not.
Expected: There should be a way to set all repository settings in the API, including use nexus trust store.
Attachments
Issue Links
- fixes
-
NEXUS-26196 Allow enabling truststore with Repository Management REST API
-
- Closed
-