Skip to content
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

Fail to add Dev Container Configuration Files when bihind corporate proxy #7431

Open
ghost opened this issue Oct 28, 2022 · 7 comments
Open
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers proxy Issues regarding network proxies

Comments

@ghost
Copy link

ghost commented Oct 28, 2022

  • VSCode Version: 1.72.0, 1.72.2
  • Local OS Version: Windows 10
  • Remote OS Version: (Ubuntu 20.04)
  • Remote Extension/Connection Type: Containers (0.262.0) or SSH + Containers (0.262.0)

Steps to Reproduce:

  1. (Open a folder on SSH)
  2. Add Dev Container Configuration Files

image

A corporate proxy may be involved.

@github-actions github-actions bot added the containers Issue in vscode-remote containers label Oct 28, 2022
@chrmarti chrmarti added the proxy Issues regarding network proxies label Oct 28, 2022
@chrmarti chrmarti self-assigned this Oct 28, 2022
@chrmarti chrmarti added the bug Issue identified by VS Code Team member as probable bug label Oct 28, 2022
@ryusei145
Copy link

I ran into same issue too. And my environment is behind a corporate proxy as well.
As a workaround, I downgraded "Dev Containers" extension from v0.262.3 to v0.255.4.

@calexandre
Copy link

calexandre commented Nov 25, 2022

I'm having the exact same problem, rolling back fixed the issue for me.
I'm not behind any proxy.

@calexandre
Copy link

seems fixed...apparently it was a remote http 503 server issue.

@rbambrough-intel
Copy link

Downgrading to 0.255.4 resolved the templates apply issue for me

@ghost ghost changed the title Fail to add Dev Container Configuration Files Fail to add Dev Container Configuration Files when bihind corporate proxy Dec 13, 2022
@R0Wi
Copy link

R0Wi commented Feb 1, 2023

I'm behind a company proxy using self-signed SSL certificates and facing a similar issue like this one. I can see the following in my "Dev Container Logs" when using "Dev Containers" plugin version 0.266.1 and trying to add a Dev Container Configuration:

[8682 ms] Failed to get registry auth token with error: Error: unable to get local issuer certificate
[8798 ms] Failed to fetch template manifest for ghcr.io/devcontainers/templates/alpine:latest
[8799 ms] Failed to fetch template 'ghcr.io/devcontainers/templates/alpine:latest'.

Downgrading the plugin to 0.255.4 also fixes the error for me.

@timeanor
Copy link

timeanor commented Aug 9, 2023

Downgrading to 0.255.4 did not work for me

@chrmarti
Copy link
Contributor

Continuing in #6092.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug containers Issue in vscode-remote containers proxy Issues regarding network proxies
Projects
None yet
Development

No branches or pull requests

6 participants