mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #49] Unable to use with reverse proxy (letsencrypt by linuxserver.io) #21
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#21
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 @Ryonez on GitHub (Jul 1, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/49
Hi there.
I've been working on this for a few hours now and I'm makeing no headway.
I'm trying to to use the letsencrypt docker by linuxserver.io to serve bitwarden_rs over https to the internet.
It's all set up, the url is redirected from http to https if needed, and the proxy forwards the traffic to the http port on the bitwarden docker. However any attempt to load the page returns with
ERR_CONNECTION_CLOSEDThere doesn't seem to be anything happening, the dev interface for chrome says that it stalled.
Any change for some help please?
@Ryonez commented on GitHub (Jul 1, 2018):
Alright, turns out it was my fault.
Turns out the nginx has to load the default site config file first. I had named the bitwarden config
bitwarden, which placed it abovedefaultin the load order. The things you learn huh >.<