Replies: 2 comments 1 reply
-
Hey @Guangye-C sorry to hear you're having issues! Have you already read and followed the docs? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you don't want to manage TLS certificates and domains, you can also start code-server with |
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
-
code-server --version
: 3.9.0I installed code-server on a Google Compute Engine VM instance with Debian. When I launch code-server, I get the "Not serving HTTPS" error. I've made sure that https and https traffic are allowed by the firewall. Any help is greatly appreciated.
pandabot_f@code-server-test:~/code-server-3.9.0-linux-amd64$ code-server --port 8443
[2021-02-26T23:27:24.200Z] info code-server 3.9.0 fc6d123
[2021-02-26T23:27:24.203Z] info Using user-data-dir ~/.local/share/code-server
[2021-02-26T23:27:24.230Z] info Using config file ~/.config/code-server/config.yaml
[2021-02-26T23:27:24.231Z] info HTTP server listening on http://127.0.0.1:8443
[2021-02-26T23:27:24.231Z] info - Authentication is enabled
[2021-02-26T23:27:24.231Z] info - Using password from ~/.config/code-server/config.yaml
[2021-02-26T23:27:24.231Z] info - Not serving HTTPS
Beta Was this translation helpful? Give feedback.
All reactions