Hi Experts,
MDS version - R81.10 JH 90
API version - 1.8.1
I am running python script to get the output of show-access-rulebase.
when I set attribute ("use-object-dictionary": false) then I am getting below error. but when I set this attribute to true then I am getting proper response.
Could you please suggest any workaround for this issue. I want response output with "use-object-dictionary": false ?
I tried to increase response timeout from default 600 to 1000 but no luck. We are not using any proxy in between .. Its a direct connection to Checkpoint mgmt API
++++++++++++++ Error msg from postman++++++++++
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>502 Proxy Error</title>
</head>
<body>
<h1>Proxy Error</h1>
<p>The proxy server received an invalid
response from an upstream server.<br />
The proxy server could not handle the request
<p>Reason: <strong>Error reading from remote server</strong></p>
</p>
</body>
</html>
Thanks in advance.