Bitwarden Android App not working with HTTPS #5835
Replies: 2 comments 3 replies
-
You might want to check if your certificate is valid. My guess is that you probably have not setup the certificate chain correctly. Warning Make sure that your certificate file includes the full chain of trust. In the case of certbot, this means using |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the same problem, but apparently, it only affects the version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Vaultwarden Support String
Diagnostics
Versions
Server Installed Ok
1.33.2
Server Latest
1.33.2
Web Installed
2025.1.1
Database
SQLite: 3.48.0
Checks
OS/Arch
linux / x86_64
Running within a container
Yes (Base: Debian)
Environment settings overridden
No
Uses a reverse proxy
Yes
IP header Match
Config/Server: X-Real-IP
Internet access Ok
Yes
Internet access via a proxy
No
Websocket enabled
No
DNS (github.com) Ok
140.82.121.4
Date & Time (Local)
Server: 2025-05-05 22:17:55 +00:00
Date & Time (UTC) Server/Browser Ok Server NTP Ok Browser NTP Ok
NTP: 2025-05-05 22:17:55 UTC
Server: 2025-05-05 22:17:55 UTC
Browser: 2025-05-05 22:17:55 UTC
Domain configuration Match HTTPS
HTTP Response validation Ok
Support
If you need support please check the following links first before you create a new issue: Vaultwarden Forum | Github Discussions
You can use the button below to pre-generate a string which you can copy/paste on either the Forum or when Creating a new issue at Github.
We try to hide the most sensitive values from the generated support string by default, but please verify if there is nothing in there which you want to hide!
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Config:
Vaultwarden Build Version
1.33.2
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx version: nginx/1.18.0 (Ubuntu)
Host/Server Operating System
Linux
Operating System Version
Ubuntu 20.04.6 LTS
Clients
Android
Client Version
2025.4.0
Steps To Reproduce
Start the Android APP
Login with self hostet server
Add my server with https://servername.domain.tld
Fill in the Mail Adress
Continue
Fill in the Passwort
Login with Master Passwort
Expected Result
Login to the Vaultwarden tresor
Actual Result
The App shows this Error
An error occurred.
We couldn't verify the server's certificate. The certificate chain or proxy settings on your device or Bitwarden server may not be set up correctly.
Logs
Screenshots or Videos
No response
Additional Context
The iphone app works without any Problems.
10.0.1.239 - - [06/May/2025:00:24:51 +0200] "GET /api/sync HTTP/1.1" 401 440 "-" "Bitwarden_Mobile/2025.3.0 (iOS 18.4.1; Model iPhone)" 10.0.1.239 - - [06/May/2025:00:24:51 +0200] "POST /identity/connect/token HTTP/1.1" 200 1065 "-" "Bitwarden_Mobile/2025.3.0 (iOS 18.4.1; Model iPhone)" 10.0.1.239 - - [06/May/2025:00:24:51 +0200] "GET /api/sync HTTP/1.1" 200 2831469 "-" "Bitwarden_Mobile/2025.3.0 (iOS 18.4.1; Model iPhone)"
Also the Webversion is working well.
I also can access to the webversion from the chrome browser on the android phone. So DNS, IP works.
HTTP also works from the android phone
here my nginx config
`server {
server_name server.tld.at;
listen 80;
listen [::]:80;
}
server { # passwork Webservice
listen 443 ssl;
server_name server.tld.at;
access_log /var/log/nginx/xxx-ssl.access.log;
error_log /var/log/nginx/xxx-ssl.error.log;
}
`
Beta Was this translation helpful? Give feedback.
All reactions