mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
trust anchor for certification path not found #1777
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 @hughware on GitHub (Nov 28, 2023).
Subject of the issue
android: trust anchor for certification path not found
Deployment environment
Install method: docker image
Clients used:Android
Reverse proxy and version:nginx
MySQL/MariaDB or PostgreSQL version:default
Other relevant details:
Steps to reproduce
docker-compose -f vaultwarden.yml up -d
san.cnf
systemctl enable nginx --now
Expected behaviour
web -> https://ip:55552 OK
android -> https://ip:55552 OK
Actual behaviour
web -> https://ip:55552 OK It's slow to load
android -> https://ip:55552 Popup dialog 'trust anchor for certification path not found'
Troubleshooting data