Skip to content

Add required domain for VS Code Server installation to docs #8355

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Kardi5
Copy link

@Kardi5 Kardi5 commented May 9, 2025

When installing VS Code Server whitelisting the domain update.code.visualstudio.com is not enough as it redirects to vscode.download.prss.microsoft.com which also must be whitelisted.

Sample log for error:

wget https://update.code.visualstudio.com/commit:19e0f9e681ecb8e5c09d8784acaa601316ca4571/cli-alpine-x64/stable
--2025-05-09 13:41:16--  https://update.code.visualstudio.com/commit:19e0f9e681ecb8e5c09d8784acaa601316ca4571/cli-alpine-x64/stable
Resolving proxy-<REDACTED> (proxy-<REDACTED)... <REDACTED>
Connecting to proxy-<REDACTED> (proxy-<REDACTED>)|<REDACTED>|:8080... connected.
Proxy request sent, awaiting response... 302 Found
Location: https://vscode.download.prss.microsoft.com/dbazure/download/stable/19e0f9e681ecb8e5c09d8784acaa601316ca4571/vscode_cli_alpine_x64_cli.tar.gz [following]
--2025-05-09 13:41:16--  https://vscode.download.prss.microsoft.com/dbazure/download/stable/19e0f9e681ecb8e5c09d8784acaa601316ca4571/vscode_cli_alpine_x64_cli.tar.gz
Connecting to proxy-<REDACTED> (proxy-<REDACTED>)|<REDACTED>|:8080... connected.
Proxy tunneling failed: Forbidden
Unable to establish SSL connection.

update.code.visualstudio.com redirects to vscode.download.prss.microsoft.com
@ntrogh
Copy link
Contributor

ntrogh commented May 11, 2025

@joaomoreno can you confirm that the vscode.download.prss.microsoft.com URL needs to be added for installing VS Code server on a remote machine?

@ntrogh ntrogh requested a review from joaomoreno May 11, 2025 18:47
@Mirivel

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants