Hi,
Here at work there’s a squid proxy, that requires authentication to acess the web.
Searching the forums I’ve set the environment variable HTTPS_proxy to “http://:@:”, but the login always failed. Yeah, I’ve escaped any special chars and so on.
To my luck (or not) I’m the network admin here, so I’ve watched the squid logs, to discover that the connection attempt does not have the user and password.
To fix my problem, I’ve put unity3d.com out of authenticated access and remove the user and password from the HTTPS_proxy env, but it’s not ideal.
Funny enough, I need also to set https_proxy with user and password info for the license activation to work (npm related?).
I think that unity should use the default lowercase env variable, and pass the username and password along on the requests.
Thanks!
Thomas