Unexpected HTTP response

(imported topic written by vorosp)

Hello,

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”.

Anybody has any idea that what is the problem?

IEM server: 9.0.1

IEM Server OS: RHEL 6.5

Thank you!

(imported comment written by BrianPGreen)

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.

(imported comment written by vorosp)

I’ve used the same URL with wget and it was worked.

IEM server version is 9.0.853, not 9.0.1 :slight_smile:

(imported comment written by reneschmidt)

Hi

If you have a proxy configured on your IEM Server you have to exclude your local hostnames and ip addresses.

http://www-01.ibm.com/support/docview.wss?uid=swg21505994

I had this issue on a Windows based IEM Server.

Maybe its the same on Linux.

Just an idea.