Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to access the web-vault results in Error 502 Bad Gateway #632

Closed
ProudlyTM opened this issue Sep 23, 2019 · 1 comment
Closed

Trying to access the web-vault results in Error 502 Bad Gateway #632

ProudlyTM opened this issue Sep 23, 2019 · 1 comment

Comments

@ProudlyTM
Copy link

ProudlyTM commented Sep 23, 2019

I am running a separate docker nginx server and I'm trying to proxy pass to the internal nginx server of the Bitwarden_RS container, except I have apparently configured something wrong, since I keep getting Error 502 when I try to access the web-vault.

This is what my own docker nginx server subdomain config looks like as of now.

Notes worth mentioning:

  • When I initially ran the image, I exposed internal port 80 to external port 8383, since port 80 is already bound to my own docker nginx server.
  • I have not changed anything in the docker image's included nginx server.

Any help will be appreciated. Thanks.

@ProudlyTM
Copy link
Author

I resolved this by changing "http://bitwarden:8383" to "http://bitwarden:80".. I didn't realize I was trying to reach a non-used port to the docker container of bitwarden itself. 🤦‍♂️😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant