-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Problem
The enterprise ocsp get command hangs and eventually times out.
Steps to Reproduce
redisctl enterprise ocsp get
# Command hangs indefinitely or times outExpected Behavior
Should return the OCSP (Online Certificate Status Protocol) configuration for the cluster.
Likely Causes
- Incorrect endpoint path
- OCSP endpoints might only be available with specific security configurations
- Handler implementation issue
Investigation Needed
- Verify the correct endpoint path:
/v1/ocspor/v1/cluster/ocsp - Test with raw API:
redisctl api enterprise get /v1/ocsp - Check if OCSP requires specific cluster security settings
Acceptance Criteria
- Command returns OCSP config or appropriate "not configured" message
- Doesn't hang or timeout
- Add integration test for this command
Part of #315
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working