-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Description
- Web Browser: Chrome
code-server --version: 3.9.0
I 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