Replies: 1 comment
-
I also tried adding the environment veriable https_proxy to the environment of the devcontainer itself. But then I get the error message in the dev container logs: "getaddrinfo ENOTFOUND proxy." I am not quite sure, but I have the feeling that this aproach is wrong in the first place. Does the linux running on the dev container need my proxy at all? Isn't it running "in the cloud" anyway. I'd assume that the connection between my local browser and (somewhere in) codesandbox io needs to go through my coorporate's proxy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I use Codesandbox behind a corporate proxy. I tried today. Here is what I did and the errors I got:
Dev Container cannot start. Error message at bottom right of codesandbox WebIDE:
When clicking on that error message it opens a terminal that shows:
I am pretty sure, that all this is because I am sitting behind a quite strict corporate proxy. Our company forces us to tunnel every connection to the internet through that proxy.
So I configure the proxy in codesandbox settings as
https://<username>:<password>:proxy.domain:8080´ I have the same configured im my local
https_proxy` environment variable.Started everything again. Reload inbrowser. Logged in again. Tried several times. Still the same error.
Link to my DevContainer:
https://codesandbox.io/p/github/Doogiemuc/liquido-backend-quarkus/draft/lucid-thunder
Any ideas? Any advice? Any more other logs I can provide? (Logs from the VM? How to get them?)
Beta Was this translation helpful? Give feedback.
All reactions