Hello,
We use Skybox with our Checkpoint environment but we face an issue in R80.20 in management server with a lot of Gateway.
Skybox try to use the Web API on a management server in R80.20 (HFA10 - API 1.3) with a script via the URL https://127.0.0.1/web_api/run-script.
The script is to catch the routing table of the Gateway the Management server administrate.
The problem occur if the task took more than 300 seconds, the client receive an error code "HTTP/1.1 502 Proxy Error" even if the task continue, I can see it if I'm connected to the console. There is no difference in the log file api.elg if the task is successful or unsuccessful
I already try some test
- With curl from skybox server
- With curl_cli directly on the management server
- to increase the session timeout during the login process but unsuccessfully
curl_cli -vvvv -H "Content-Type: application/json" -X POST -d '{"session-timeout":"1800","user":"XXXXXX","password":"YYYYYYYYY"}' https://127.0.0.1/web_api/login --insecure
Do someone know how to increase the timeout ?
Thanks
Bebertjack