0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 19:38:25 +02:00

websockets arenow supported by this method since v1.29.0

Stefan Melmuk 2023-07-21 18:02:09 +02:00
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.