Hey Guys!
I use a work proxy. When I try sign into Unity Account I’ll show the message: “Service not available, please try again later”.
I guess proxy-authorization header doesn’t sent.
Wireshark TCP stream:
CONNECT core.cloud.unity3d.com:443 HTTP/1.1
Host: core.cloud.unity3d.com
Proxy-Connection: keep-alive
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.94 Safari/537.36 Unity/5.1 (unity3d.com)
HTTP/1.1 407 Proxy Authentication Required
Server: squid/3.4.8
Mime-Version: 1.0
Date: Thu, 29 Oct 2015 08:38:03 GMT
Content-Type: text/html
Content-Length: 3331
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Basic realm=“Squid proxy-caching web server”
X-Cache: MISS from proxy
X-Cache-Lookup: NONE from proxy:3128
Via: 1.1 proxy (squid/3.4.8)
Connection: keep-alive
There is no Proxy-Authorization header:
It must be like this:
Proxy-Authorization: Basic
My System:
Unity3d build: unity-editor-5.1.0f3
OS version: Ubuntu 15.04
Thanks for your answers ![]()
