Replies: 1 comment 7 replies
-
I am hoping this is the same issue as this: #4693 Which should be fixed in this PR: #4840 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm running code-server inside docker with exposed port 8443. The docker host is tunneling the local port 127.0.0.1:8443 to the remote port 127.0.0.1:8443 on an external server. The external server runs Apache2 with an SSL certificate from let's encrypt and I'm trying to reverse proxy a subdomain through the ssh-tunnel to the code-server container. This is partially working. I'm able to login but after that a popup comes up essentially saying "Error: WebSocket close with status code 1006". The browsers console doesn't look any better:
I tried multiple configurations for Apache2, including #2104 (comment), #1544 (comment) and guide.md. The Screenshot was made with the following Apache2 configuration:
When I connect to the docker container using HTTP within the local network everything is working fine.
Does anyone have any ideas how to fix this problem?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions