Hi everyone,
I'm currently troubleshooting an issue where a few specific BigFix clients (v11.0.3.82) are failing to report and register to their assigned relay. Interestingly, other clients are reporting to this exact same relay without any issues.
When checking the affected client logs, we are seeing the following sequence of errors during secure registration:
At 21:34:09 +0800 -
RegisterOnce: Attempting secure registration with 'https://<Relay_IP>:52311/cgi-bin/bfenterprise/clientregister.exe?RequestType=RegisterMe&ClientVersion=11.0.3.82...
At 21:34:52 +0800 -
RegisterOnce: GetURL failed - General transport failure. - SOCKET CONNECT (winsock error 4294967288 - registration url - http://<Relay_IP>:52311/cgi-bin/bfenterprise/clientregister.exe?...
At 21:36:53 +0800 -
RegisterOnce: Attempting secure registration with 'https://<Relay_FQDN>:52311/cgi-bin/bfenterprise/clientregister.exe?...
At 21:37:38 +0800 -
RegisterOnce: Relay does not support secure registration.
RegisterOnce: Registration backing off from SSL, attempting in clear text
At 21:38:24 +0800 -
RegisterOnce: GetURL failed - General transport failure. - SOCKET RECEIVE (winsock error 4294967286 - registration url - http://<Relay_FQDN>:52311/cgi-bin/bfenterprise/clientregister.exe?...
Here is what we have tested and confirmed so far:
-
Basic Connectivity: Ping, Telnet on port 52311, and
Test-NetConnectionfrom the affected clients to the relay all succeed perfectly. Port 52311 is definitely open. -
Hosts File: We checked the local hosts file on the clients, and there are no incorrect static IP mappings.
-
Workaround Success: If we bypass the relay and point these specific affected clients directly to the Root Server, they register and report perfectly.
Next Steps Planned: Based on some older forum threads, we are planning to try a full "Client Reset" on one of the machines (stopping the service, deleting ComputerID, RegCount, and ReportSequenceNumber from the registry, and clearing the __BESData folder). If that fails, we might try completely reinstalling the BigFix Relay software, as we've read that the relay state can sometimes get corrupted and reject specific clients.
Has anyone encountered these specific Winsock errors (4294967288 / 4294967286) when standard network connectivity tests show everything is fine? Could this be related to MTU sizes, deep packet inspection (DPI) on the network, or something else entirely?
Any insights or alternative solutions would be greatly appreciated!
Thanks in advance.