mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-25 17:25:57 +03:00
[GH-ISSUE #6706] Rocket cannot find SSL file, even if it exist #2516
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2516
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Guarmanda on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/6706
Prerequisites
Vaultwarden Support String
I cannot launch vaultwarden because of this, so I cannot generate support string for now.
Vaultwarden Build Version
1.35.2
Deployment method
Official Container Image
Reverse Proxy
nginx, but not working for now due to this issue
Host/Server Operating System, Operating System Version
Linux, Debian 13
Steps To Reproduce
Here is my docker composer file:
So, the certificates are both located here:
and here
Expected Result
SSL certs files should be correctly detected by rocket, and no error logs are showing
Actual Result
whatever how I configure cert path, I got this:
or this (I tried path outside docker just to see if it was the issue)
Rocket cannot detect my cert files but the log file is correctly created (but it stays empty)
Logs
Screenshots or Videos
No response
Additional Context
No response