mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1209] Error when logging in bitwarden using Android client. #853
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#853
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (Oct 30, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1209
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 (Nov 3, 2020):
same here. same docker image,
@benzBrake commented on GitHub (Nov 8, 2020):
Have you using let's encrypt as ssl certificate?
It seems that my problem solved by changing ceriticate to cloudflare's
@BlackDex commented on GitHub (Nov 16, 2020):
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.
@BlackDex commented on GitHub (Nov 18, 2020):
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