mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[GH-ISSUE #2553] Vaultwarden refuses to connect over specified port #10117
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 @Slips-PC on GitHub (Jun 10, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2553
Subject of the issue
When I try to connect to vaultwarden in any way, all connections are refused.
Deployment environment
Install method: Docker Image
Clients used: Web, extension
Reverse proxy and version: nginx/1.18.0
MySQL/MariaDB or PostgreSQL version: 13+225
Other relevant details:
Steps to reproduce
The vaultwarden docker image was started using the command `docker run -d --name vaultwarden -v /vw-data/:/data/ -p 8185:8185 vaultwarden/server:latest` and connection was attempted both over a reverse proxy and directly connecting to the IP.Expected behaviour
The web vault is shown.
Actual behaviour
Vaultwarden's connection fails, either via a 502 for nginx or a refused connection when attempting to connect over the port.
Troubleshooting data
The vaultwarden docker logs don't suggest anything to be out of the ordinary.
It was working previously, but stopped sometime in the past day.