mirror of
https://github.com/dani-garcia/bitwarden_rs
synced 2024-11-22 01:48:09 +01:00
websockets arenow supported by this method since v1.29.0
parent
8d589380e9
commit
abff98aba3
@ -3,7 +3,7 @@ For proper operation of vaultwarden, enabling [HTTPS](https://en.wikipedia.org/w
|
||||
There are a few ways you can enable HTTPS:
|
||||
|
||||
* (Recommended) Put vaultwarden behind a [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) that handles HTTPS connections on behalf of vaultwarden.
|
||||
* (Not recommended) Enable the HTTPS functionality built into vaultwarden (via the [Rocket](https://rocket.rs/) web framework). Rocket's HTTPS implementation is relatively immature and limited. This method also does not support [[WebSocket notifications|Enabling-WebSocket-notifications]].
|
||||
* (Not recommended) Enable the HTTPS functionality built into vaultwarden (via the [Rocket](https://rocket.rs/) web framework). Rocket's HTTPS implementation is relatively immature and limited.
|
||||
|
||||
Refer to the [Enabling HTTPS](#enabling-https) section for more details on these options.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user