mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Error when logging in bitwarden using Android client. #1563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @benzBrake on GitHub.
Subject of the issue
Cannot loggin to my bitwarden server with Bitwarden Android 2.6.0 with error message
Exception Message: Chain validation failed.Your environment
Steps to reproduce
Using docker-compose, my config is
Conent of config.env
I'm using caddy 1.0.4 for reserve proxy.
Config of caddy
Expected behaviour
Actual behaviour
Relevant logs
@jssta15646461234 commented on GitHub:
same here. same docker image,
@BlackDex commented on GitHub:
Closing this ticket.
Feel free to continue this discussion on the forum: https://bitwardenrs.discourse.group/
We suggest to use a reverse-proxy for ssl-offloading, because reverse proxy are better in handling SSL.
Also checkout some of the updated/new wiki articles:
https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-HTTPS (Especially the
Check if certificate is validpart)https://github.com/dani-garcia/bitwarden_rs/wiki/Running-a-private-bitwarden_rs-instance-with-Let%27s-Encrypt-certs
https://github.com/dani-garcia/bitwarden_rs/wiki/Private-CA-and-self-signed-certs-that-work-with-Chrome
@BlackDex commented on GitHub:
Well, the error is very clear, the chain is not valid.
Please check if you have the full chain served instead of only the domain cert.
So, it should be
fullchain.peminstead ofcert.pemfor example.Else most mobile client's will not understand the certificate, as do some browsers.
@benzBrake commented on GitHub:
Have you using let's encrypt as ssl certificate?
It seems that my problem solved by changing ceriticate to cloudflare's