Skip to content

[FEATURE] apply new TLS settings after cert renewal  #552

@lisay-yan

Description

@lisay-yan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions