How to check if the proxy configuration is correct
Checks for proxy configuration.
In a command prompt of the BigFix
server, run the following command:
curl -x <proxy hostname>:<proxy port> --proxy-user <username>:<password>
http://sync.bigfix.com/cgi-bin/bfgather/bessupport
where: <proxy hostname>:<proxy port>
are the host name or IP address and the port number of the proxy server.<username>:<password>
are the username and password used to authenticate to the proxy server.
If you get a result similar to the following:
MIME-Version: 1.0
Content-Type: multipart/signed; protocol="application/x-pkcs7-signature";
micalg="sha-256,sha1"; boundary="----B64F18ABD54D2355B260FA851C81B467"
This is an S/MIME signed message
------B64F18ABD54D2355B260FA851C81B467
MIME-Version: 1.0
Content-Type: multipart/x-directory2; boundary="=DkNtJtPxyvgg7l(ktApiDsZBnMvYtSm"
FullSiteURL: http://sync.bigfix.com/bfsites/bessupport_1369/__fullsite
FullSiteURLSize: 1507388
SiteDiffBaseURL: http://sync.bigfix.com/bfsites/bessupport_1369/__diffsite
SiteDiffList: 1111111111
Version: 1369
--=DkNtJtPxyvgg7l(ktApiDsZBnMvYtSm
URL: http://sync.bigfix.com/bfsites/bessupport_1369/1Common%20Tasks.fxf
NAME: 1Common%20Tasks.fxf
MODIFIED: Fri, 05 May 2017 22:12:57 +0000
SIZE: 258246
TYPE: FILE
HASH: 6882d98104c25cd3c27fc343d8cfb73a09c30945
HASHINFO: sha256,055b37a65160db26396e72488bd021ffbe6d06ddc19e0c494f5f0cbf73ea8cd1
your
proxy configuration is correct. If not, ask your system administrator to check why the BigFix synchronization site cannot be
accessed.