mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 14:23:45 +03:00
As of vaultwarden/server:1.35.5, version 1:11.8.6-0+deb13u1 of libmariadb3 is installed. 1:11.8.5-1 added caching_sha2_password support
+2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user