mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-02 22:57:18 -05:00
F-Droid Android App can no longer sync. #723
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
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#723
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 @develroo on GitHub (Jun 5, 2020).
So this started a few weeks back and I thought it was just a temporary glitch with the app but no for some reason all sync seem to fail even though I can see data being transferred over the network.
The set up is this. bitwarden_rs installed via docker and connected to over a VPN. I have now set up a self-signed SSL thinking that the app had perhaps increased it's security like that. The logs show nothing save normal connections.
For reference the Android app is 2.4.0 and the docker version of bitwarden_rs is 1.15.0-db535118
Any idea how I go about debugging this issue? Like I say I can see it starts transferring data but stops after about 3 seconds say there is a sync error.
The Firefox addon and Web portal still work fine though ?
@BlackDex commented on GitHub (Jun 6, 2020):
First, which android app are you using. I can not find a bitwarden app at all. Let alone the official one on F-Droid. The official app can be download from https://play.google.com/store/apps/details?id=com.x8bit.bitwarden .
Second, self-signed certificates are know to cause some issues on mobile devices like Android or iOS.
You need to import the CA into your browser or mobile device to allow the apps and browser to connect to it without any issue.
There is an example on how to do this here: https://community.bitwarden.com/t/self-signed-certificate-on-local-network-works-with-chrome-iphone-and-android/2676
If you need to build the CA again, you could try to use https://github.com/FiloSottile/mkcert to generate this.
Also keep in mind that Apple is going to distrust certificates which are valid for more then one year.
I don't know what other vendors or browsers are going to do with this.
@develroo commented on GitHub (Jun 6, 2020):
I have done all that. The CA work fine.
There is a version of Bitwarden in Fdroid. It can be found here however I just read the changelog here and realise there was an update for the app to 2.4.2. So I followed their instructions and uninstalled and re-installed the app. It was odd because it was updated only 4 days ago.
Anyway.. seems with the 2.4.2 update it is syncing again now. So it was the app's fault not the server install.
Feel free to close this issue. Thanks.
@BlackDex commented on GitHub (Oct 8, 2020):
As requested