简体   繁体   中英

OWASP ZAP Error : “Too many active connections right now” [Docker Image]

ZAP is successfully running on docker container in GUI mode, but it is only allowing one active user at a time.Command I used to run the image:-

docker run --name zap -u zap -p 8080:8080 -p 8090:8090 -i owasp/zap2docker-stable zap-webswing.sh

How to increase the user limit?

That seems like a webswing error not a ZAP issue. ZAP doesn't limit active connections by count.

If webswing's defaults aren't working out for you then you'll need to create a customized docker image or pass a modified config file to your command somehow. Checkout Max Connections and Session Mode in webswing's docs https://www.webswing.org/docs/2.6/config/swing.html#settings-overview

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM