Hi.
What's the purpose of those connections? ZAP expects a request/message
when it receives a connection, that's why the warnings.
Which application is crashing? ZAP? If so, what you mean with crashing?
(OOME?)
There's currently no documentation for that.
Best regards.
On 20/06/17 15:30,
bple...@gmail.com wrote:
> Hello,
>
> I'm trying to create something like ZAP as a Service using the ZAP Docker
> and AWS. My goal is to be able to provide the ZAP API to users within my
> organization. I created an Ubuntu 16.04 instance in EC2 with the ZAP
> docker container. I use PuTTY to access the instance via SSH from a
> Windows machine.
>
> I initiate ZAP by entering the following:
>
> *docker run -p 8090:8090 -i owasp/zap2docker-stable zap.sh -config
> api.addrs.addr.regex=true -daemon -port 8090 -host 0.0.0.0*