Unable to use with reverse proxy (letsencrypt by linuxserver.io) #19

Closed
opened 2025-11-07 06:19:04 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @Ryonez on GitHub (Jul 1, 2018).

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_CLOSED

There doesn't seem to be anything happening, the dev interface for chrome says that it stalled.

Any change for some help please?

Originally created by @Ryonez on GitHub (Jul 1, 2018). 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_CLOSED` There doesn't seem to be anything happening, the dev interface for chrome says that it stalled. Any change for some help please?
Author
Owner

@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 above default in the load order. The things you learn huh >.<

@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 above `default` in the load order. The things you learn huh >.<
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#19