mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Issue with mobile app #1279
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 @btk-42 on GitHub (May 25, 2022).
Subject of the issue
Issue with ssl on mobile app.
docker run -d --name vaultwarden -v /home/vw-data/:/data/ -p 8001:80 vaultwarden/server:latest
Deployment environment
I'm using docker.
docker run -d --name vaultwarden -v /home/vw-data/:/data/ -p 8001:80 vaultwarden/server:latest
Version 2.28.1
Install method:
Clients used:
Reverse proxy and version:
I'm using Nginx proxy manager
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce
Expected behaviour
Actual behaviour
Troubleshooting data
Hello,
I have an issue with mobile app. When I'm trying to log in I get error "an ssl error has occurred and a secure connection to the server cannot be made"
The website version is working well. I don't know what should I do to fix my issue.