You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to support TLS based TCP connections to support various encrypted database protocols that make use of this.
Our first target will be compatibility with Redis and Cassandra TLS.
The following is TBD:
-> Certificate store format
-> Do we need to support certificate authentication (e.g. identity by cert)
-> Do we need to enforce trust (e.g. client cert signed by a cert shotover trusts).
The text was updated successfully, but these errors were encountered:
We need to support TLS based TCP connections to support various encrypted database protocols that make use of this.
Our first target will be compatibility with Redis and Cassandra TLS.
The following is TBD:
-> Certificate store format
-> Do we need to support certificate authentication (e.g. identity by cert)
-> Do we need to enforce trust (e.g. client cert signed by a cert shotover trusts).
The text was updated successfully, but these errors were encountered: