Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Not Serving HTTPS #2513

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

Closed
Agastya-Asthana opened this issue Dec 24, 2020 · 3 comments
Closed

Not Serving HTTPS #2513

Agastya-Asthana opened this issue Dec 24, 2020 · 3 comments

Comments

@Agastya-Asthana
Copy link

  • Web Browser: Chromium
  • Local OS: Alpine Linux
  • Remote OS: Raspbian/buster
  • Remote Architecture: armv7
  • code-server --version: 3.8.0

I am trying to dockerize the code-server for armv7 systems. When I run the code-server command in the container is outputs a bunch of logs and the last one is "[2020-12-24T03:49:41.745Z] info - Not serving HTTPS." I have my docker container mapping port 8080 of host to the container's. The code-server doesn't work and I am pretty sure it's because of the error message above.

@fergy003
Copy link

I had the same issue this morning, which is how I ended up here. A guide I was following was missing this line in the docker compose file under # HTTP Routers

  • "traefik.http.routers.vscode-rtr.tls=true"

Not sure if this will help or not, but it worked for me.

@Agastya-Asthana
Copy link
Author

@fergy003 Could you share the guide you were using too?

@fergy003
Copy link

fergy003 commented Dec 25, 2020 via email

@nhooyr nhooyr closed this as completed Jan 18, 2021
@coder coder locked and limited conversation to collaborators Jan 18, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants