I’ve got the following error when I tried to run/distribute a .vbs script to client:
"Download error: “Unexpected HTTP response: 503 Service Unavailable”
I tried “wget” command and http request in a browser from client (windows and linux) to BES server and it was worked (so there is no fw problem), but if i start an action, I’ve got the “download error”.
If you use exactly the same URL in wget it works? The 503 error usually means that the server is overloaded, and it should respond with a 503 no matter who is requesting it.