mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #588] Cannot login on Android app, but can everywhere else #388
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#388
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 @Ezzahhh on GitHub (Aug 27, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/588
I can login to my vault via all the apps/webbrowsers except on the Bitwarden app on my Android phone. I can access the Bitwarden vault via chrome on that same phone, but not through the app.
I am running Caddy as the reverse proxy with the cloudflare plugin; I have tried both Caddy as docker and as systemd service (both show same symptoms as above regardless and I provide setup for each I tried below). Since I am using cloudflare to serve HTTPS, this means that my docker bitwarden_rs image is running locally without HTTPS.
bitwarden_rs image run:
sudo docker run -d --name bitwarden -e ADMIN_TOKEN=xxx -e WEBSOCKET_ENABLED=true -e INVITATIONS_ALLOWED=false -e LOG_FILE=/data/bitwarden.log -v /bw-data/:/data/ -p 8000:80 -p 3012:3012 bitwardenrs/server:latestcaddy image run:
sudo docker run -d --name caddy -e CLOUDFLARE_EMAIL=**@gmail.com -e CLOUDFLARE_API_KEY=asdf -v /etc/caddy/Caddyfile:/etc/Caddyfile -v $HOME/.caddy:/root/.caddy -p 80:80 -p 443:443 abiosoft/caddycaddyfile:
xx.ml {
}
caddy systemd service:
It is merely the default one but with the cloudflare email and api key environment variables added.
Is there some cloudflare setting in the dashboard that is preventing the Android app from working? Or is there some part of my setup that is broken? I find it weird that I can access the vault from virtually everywhere else but the android app I cannot (I have also tried reinstalling the app and restarting phone to no avail).
@Ezzahhh commented on GitHub (Aug 27, 2019):
The issue appears to have been resolved by changing cloudflare settings to allow minimum TLS version to be 1.0. I had it set to 1.3 for security, but it appears the app does not support 1.3