Skip to content

Setup HTTPS / Encrption - AWS ALB (Load balancer) for https connections to code server? #5816

Answered by code-asher
paulchill asked this question in Q&A
Discussion options

You must be logged in to vote

Connecting through the load balancer and disabling directly connecting to the instance is the right way to do it. 👍

This means that traffic is encrypted from your browser to the load balancer (external to your infrastructure) but not from the load balancer to code-server (internal to your infrastructure).

This is the most common way to set things up so you should be good to go. Sometimes people will encrypt internal traffic as well but that is usually only because they have to comply with strict security regulations.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jsjoeio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants