mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 09:22:30 -05:00
[GH-ISSUE #6684] vaultwarden hangs with caddy setup #19281
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 @BrunoTeixeira1996 on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6684
Prerequisites
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config & Details (Generated via diagnostics page)
Show Config & Details
Environment settings which are overridden: SIGNUPS_ALLOWED, ADMIN_TOKEN
Config:
Vaultwarden Build Version
1.34.3
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
caddy 2.11
Host/Server Operating System
Linux
Operating System Version
No response
Clients
Web Vault
Client Version
No response
Steps To Reproduce
I am using vaultwarden with docker compose with the following settings
Then in another container I am running Caddy with the following
and with the following docker compose
I can see that going to http://vault.something it hangs, but going to http://vault.something/admin it works just fine.
Also Caddy should be correct because I can easily use the gitea block
Expected Result
It was expected to navigate to http://vault.something and that show the login form
Actual Result
Going to http://vault.something hangs and no login is shown
Logs
Screenshots or Videos
No response
Additional Context
No response
@stefan0xC commented on GitHub (Jan 8, 2026):
You are using an outdated version and this is a duplicate of an already resolved issue. Basically you have to enable HTTPS for the clients to work.