Hello, I'm trying to run ZAP API in cloud using the following command. but it gives me a time out error.
within 20 seconds, check to see if the site is available and if so consider adjusting ZAP's read time out in the Connection options panel.
docker run --rm --name zap_api -u zap -p 3001:3001 -i
ghcr.io/zaproxy/zaproxy:stable zap.sh -daemon -port 3001 -host 0.0.0.0 -config api.key=123456789 -config
api.addrs.addr.name=.* -config api.addrs.addr.regex=true
I increased the timeouting using the following parameter -config network.connection.timeoutInSecs=60. But the error persist.
locally the service runs, but in cloud it doesn't What could I be doing wrong?