nextstrain / fauna

RethinkDB database to support real-time virus analysis
GNU Affero General Public License v3.0
33 stars 13 forks source link

TLS support #145

Closed tsibley closed 8 months ago

tsibley commented 8 months ago

Require TLS on non-localhost connections

We've enabled TLS for Fauna's RethinkDB server.

The rethinkdb Python module requires a set of CA certificates to trust and cannot be configured to use the system's default set of trusted CAs. Use certifi to obtain a reasonable default set of commonly trusted CAs.

Related-to: https://github.com/nextstrain/private/issues/86