-
Notifications
You must be signed in to change notification settings - Fork 380
Description
Is your feature request related to a problem? Please describe.
Once the cert installed at redis server expired, it will lead to handshake failed.
Is it possible support new refreshed cert load to redis++ cluster client.
Describe the solution you'd like
Maybe set new values to ConnectionOptions , and redis++ client open a API to apply new TLS config changes.
Describe alternatives you've considered
If can't apply refreshed certs into Redis++, I have to re-instantiate redis++ client.
That maybe high cost compared with load new certs solution.
Additional context
If that is possible and doable to apply new TLS certs to Redis++, how about passwd for auth?
connection_options.password = "auth";
I prefer Redis++ can open interface to update initial settings, such as Certs and Passwd. Thanks.