Was wondering if it's possible to run the automation framework behind an enterprise proxy, and if so, how do I configure it?
I'm using docker, and running like this
` docker run --env http_proxy=
http://myproxy.com:8080 --env https_proxy=http://
myproxy.com:8080 -v $(pwd):/zap/wrk/:rw -t owasp/zap2docker-bare zap.sh -cmd -autorun /zap/wrk/zap.yaml`
But it looks like the proxy is ignored, I'm getting connection timeout when the spider step kicks off. If I disconnect from the VPN, the spider works fine.