BigFix Action Download error: "Unexpected HTTP response: 403 Forbidden

BigFix Application Server: 9.5.7.90
Hosted Server: Red Hat Enterprise Linux Server release 7.5 (Maipo)

I’m getting Subjected error while deploying any files (MSI, EXE, TXT, LOG) which is uploaded to BigFix Server via Software Distribution Wizard.

Verified the proxy settings and ensured the exception list (local host and 127.0.0.1) and also ensured the Successful download files from Internet.

I can also download the file directly from browser and Fixlet debugger using the URL.

Been through most of the available posts on this topic and considered the suggestions (Except PMR Support)

Not Sure anything missing. Can anyone help?

Thanks,
Shalva

Never Mind issue resolved now…

Added the server IP in proxy exception list along with localhost,127.0.0.1

the whole command went like below
from root user
#cd /opt/BESServer/bin/
[root@<Server Name"" bin]# ./
BESAdmin.sh -setproxy -proxy=http://proxyserver:8080 -exceptionlist=localhost,127.0.0.1,ServerIP

Below was the result
BESRootServer (pid 24708) is running…
Stopping IBM BigFix: BESRootServer: [ OK ]
Starting IBM BigFix: BESRootServer: [ OK ]

Now issue resolved.

6 Likes