-
Notifications
You must be signed in to change notification settings - Fork 780
Closed
Description
Checklist
- I've searched the issue tracker for similar requests
Is your feature request related to a problem? Please describe.
Long running TLS connections where the peer sends key updates will eventually fail due to TooManyKeyUpdateRequests.
Describe the solution you'd like
Expose a way to reset / manage the DOS counters (at least the allowed_key_update_requests).
Describe alternatives you've considered
Re-establishing a connection is a clunky alternative.
Additional context
Connecting to a DB running postgres 15 and openssl 3.0.13 over TLS (rust-postgres + rustls) errors after several hours (traffic dependent) with TooManyKeyUpdateRequests.
Metadata
Metadata
Assignees
Labels
No labels