diff --git a/FAQs.md b/FAQs.md index 8215764..20bcb11 100644 --- a/FAQs.md +++ b/FAQs.md @@ -51,6 +51,8 @@ ALTER USER 'vaultwarden'@'localhost' IDENTIFIED WITH mysql_native_password BY 'y ``` Also see: [Using MariaDB - Create Database and User](https://github.com/dani-garcia/vaultwarden/wiki/Using-the-MariaDB-(MySQL)-Backend#create-database-and-user) +This change is no longer necessary after version 1.35.5, which supports 'caching_sha2_password'. + ## My client (Desktop, Mobile, Web) does not work, I can not login or it complains about invalid certificates. The Bitwarden clients need a secure connection to fully work without any issues. Though some clients can work without a secure connection we do not recommend this. Most of the time when people are using certificates and still have issues, they are using so called Self-Signed certificates. While those could provide a secure connection, some platforms do not allow or support this.