Hello there,
I´m configuring Owasp zap to run the automation framework and also some quickscans file from the Jenkins server (Red Hat Server 7).
So I create a Jenkins Job that executes a quickscan:
And I get this result:
Accessing URL: host "www.example.com" not found, please check that the URL you specify is correct
Failed to attack the URL: connect timed out
<?xml version="1.0"?>
<OWASPZAPReport version="2.11.1" generated="Mon, 26 Sep 2022 09:56:13">
</OWASPZAPReport>
I also get the same result from the server shell
But, if I make a curl request I get the response.
I know this server proxy the request, and I´ve tried with this options, having the same result as above:
- -config connection.proxyChain.hostName=<Proxy_Server> -config connection.proxyChain.port=<port_server>
- -host <Proxy_server> -port <port_server>
Really appreciated in advance!