CHKP400 - Invalid Response from Check Point Gateway
Uploading..Agent error code #CHKP400 indicates that the Knocknoc agent received a response from the configured endpoint that it could not parse as an Identity Web API reply.
This almost always means the Gateway Hostname or its port is pointing at something that is not the Identity Web API. The endpoint answered, but with content the API never produces, such as an HTML error page.
Common causes include:
Steps to Resolve
Verify the Endpoint
From the agent host, send a test request to the Web API:
curl -k -X POST https://gw.example.com/_IA_API/v1.0/show-identity \
-H 'Content-Type: application/json' \
-d '{"shared-secret":"<your secret>","ip-address":"192.0.2.1"}'
A working endpoint returns a JSON body, either an identity payload or an err_identity_not_found code. An HTML page or a connection error means the URL or port is wrong
Confirm the Portal Is Installed
:port point at the gateway serving the Web API, not a proxy or management server
For the full setup, see the Check Point setup guide.