Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support TLS connections #90

Closed
benbromhead opened this issue Mar 15, 2021 · 1 comment · Fixed by #141
Closed

Support TLS connections #90

benbromhead opened this issue Mar 15, 2021 · 1 comment · Fixed by #141
Assignees
Labels
good first issue Good for newcomers

Comments

@benbromhead
Copy link
Member

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).

@benbromhead
Copy link
Member Author

See INS-12990 and INS-12994

@benbromhead benbromhead added the good first issue Good for newcomers label Jul 15, 2021
@rukai rukai self-assigned this Aug 13, 2021
@XA21X XA21X linked a pull request Aug 24, 2021 that will close this issue
3 tasks
@rukai rukai closed this as completed in #141 Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants