Closed tsibley closed 1 year 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
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