From e067d11b9f5b95e4a4afe9718825b0cba4605ecd Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Wed, 5 Feb 2020 23:25:15 -0800 Subject: [PATCH] mention that putting bitwarden_rs behind a reverse proxy is probably better --- Enabling-HTTPS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Enabling-HTTPS.md b/Enabling-HTTPS.md index ee27a09..52eeccb 100644 --- a/Enabling-HTTPS.md +++ b/Enabling-HTTPS.md @@ -1,4 +1,4 @@ -To enable HTTPS, you need to configure the `ROCKET_TLS`. +To enable HTTPS in `bitwarden_rs` itself, set the `ROCKET_TLS` environment variable as described below. However, since Rocket's TLS support is relatively immature, it would typically be preferable to use a more mature [reverse proxy](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) unless you really need to minimize dependencies. The values to the option must follow the format: ```