CHKP000 - Failed to Connect to Check Point Gateway
Uploading..Agent error code #CHKP000 indicates that the Knocknoc agent could not open a network connection to the Check Point gateway's Identity Awareness Web API. The connection failed before any TLS handshake or authentication took place.
This is a network-level failure, distinct from a timeout (#CHKP001, where the path is reachable but the gateway does not respond in time) and from a TLS error (#CHKP002, where the connection opens but the certificate is not trusted).
Common causes include:
gw.example.com:4434)
The gateway is powered off, or its portal service is not running
Steps to Resolve
Confirm the Gateway Hostname
:port
For an HA cluster, confirm it points at the cluster VIP, not an individual member
For the full setup, see the Check Point setup guide.
Test Connectivity from the Agent Host
nslookup gw.example.com
Confirm the port is open: nc -vz gw.example.com 443
If either fails, the problem is in DNS, routing, or a firewall on the path, not in Knocknoc