Replies: 1 comment
-
I think `cert: false` is definitely the right move since you already
have TLS handled in NGINX.
Can you confirm that code-server is starting up? The code-server logs
might help here. I think a 502 often means the upstream isn't running.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So i'm working on setting up a code server on a raspberry pi.
It's running as a service from the default pi user.
Config was changed
I have ssl setup in nginx and forwarding:
If in config.yaml i set cert to false i get 502 bad gateway (with nginx pointed at http)
with nginx updated to https on the proxy and cert set to true i get chrome telling me too many redirects.
Any idea why this is happenning?
Beta Was this translation helpful? Give feedback.
All reactions