Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Add TLS support #290

Closed
yuce opened this issue Feb 6, 2017 · 3 comments
Closed

Add TLS support #290

yuce opened this issue Feb 6, 2017 · 3 comments

Comments

@yuce
Copy link
Contributor

yuce commented Feb 6, 2017

Virtually all production level databases seem to support TLS. We need to support TLS in the server and clients. A user should be able to skip TLS verification when using self-signed certificates.

@jaffee
Copy link
Member

jaffee commented Feb 7, 2017

consider using letsencrypt in the future to automatically get real certs. not for MVP. Go libraries already exist to do this (see how Caddy does it)

@benbjohnson
Copy link
Contributor

I think Caddy used lego last time I checked but there's been a more standard implementation added to golang.org/x since then.

Here's the issue discussing adding it to stdlib: golang/go#17053

Here's the relevant repos:

https://godoc.org/golang.org/x/crypto/acme
https://godoc.org/golang.org/x/crypto/acme/autocert

@yuce
Copy link
Contributor Author

yuce commented Nov 22, 2017

This is already implemented, closing.

@yuce yuce closed this as completed Nov 22, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants