Codex internet access not working

I have some e2e tests that hit the alpaca api but for some reason the alpaca server it is not reachable:

Settings:

Error:

Caused by: Error: connect ENETUNREACH 35.221.23.121:443 - Local (0.0.0.0:0)

Well you have to use the HTTP_PROXY env var with Node fetch requests.

Adding this to the docs wouldn’t hurt.

2 Likes

Interesting, this option is not available to me.