Configure Studio and/or Robot thru a corporate proxy

hi @agarcia.martin ,

have you tried editing/adding the <config> in between the <configuration> tags inside the NuGet.config file with:

<config>
  <add key="http_proxy" value="[PROXY_ADDRESS]:[PROXY_PORT]" />
</config>

as mentioned in this article: Proxy setting for package manager - #10 by Nicolai_Kruger

I hope this helps.

Kind regards,
Kenneth