owasp-zap-vsts-task icon indicating copy to clipboard operation
owasp-zap-vsts-task copied to clipboard

##[error]Task Failed. Error: "Error: getaddrinfo ENOTFOUND https https:80"

Open thomazbandeira opened this issue 5 years ago • 2 comments

image

error OWASP ZAP Scan I'm having trouble applying the Proxy to the application's Scan at pipeline Azure. Can someone help me with this?

App Version: OWASP ZAP Scan image

in advance thank you for your attention!

thomazbandeira avatar Jan 31 '20 00:01 thomazbandeira

Getting this as well.

gardebring avatar Nov 29 '21 14:11 gardebring

I got the same issue, googled and found this discussion. Apparently without clear answer. In my case, the issue is because I put ZAP url with protocol i.e ZapApiUrl: 'http://192.168.193.45:8080'. I missed the tooltip on pipeline stating that the parameter should be only hostname, fqdn, or ip address. After change to ZapApiUrl: '192.168.193.45:8080', the issue resolved. Hope this information useful to other who might face similar issue in future :)

cyberheb avatar Feb 08 '22 23:02 cyberheb