A few days ago, Internet access was added to codex, at first it seemed to work perfectly but today when using a private nuget repo, calls to the repo result in a 403 because of a proxy issue. Weird issue is that if I do a nuget restore in the setup script it works perfectly but during operations when internet is enabled with depedencies i get this: The proxy tunnel reque
st to proxy failed with status code ‘403’
Restore post script is important to allow codex to correctly test .net code changes.