-
Notifications
You must be signed in to change notification settings - Fork 281
Behind a proxy: "Error getting blob: Error: connect ETIMEDOUT 185.199.108.154:443" #770
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
Comments
Sorry, forgot to share config devcontainer.json
and dockerfile
Also proxy is set in docker desktop |
This might be related to #281 🤔 |
@gauravsaini04 Can you help investigate this issue? Thanks! |
hi @OlehGap , are you still facing the issue? |
Feel free to reopen with more information. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can someone help me find where I missed the proxy settings?
I build a devcontainer behind a proxy without using "features". No issues, all work fine.
But once I added
to devcontainer.json I've got an error:
[28506 ms] * Fetching feature: terraform_0_oci
[49820 ms] Error getting blob: Error: connect ETIMEDOUT 185.199.108.154:443
In my understanding, I should even see public IP like that one above. All http(s) request should go to the proxy server.
From the container
env | grep -i proxy
returns the correct proxy settings.
And the same build works with "features" on 4G network, or any "nonproxy" network , at home etc.
The text was updated successfully, but these errors were encountered: