tool · inferred from evidence
NGINX
A web server and reverse proxy tool used for handling HTTP requests and load balancing.
- ZAP Error java.net.SocketTimeoutException: Read timed out running ZAP daemon on AWS EC2
The immediate workaround that worked: put nginx in front of ZAP as a reverse proxy and access ZAP through it instead of hitting the daemon port directly. The diagnosis, requests to ZAP's own public address being proxied back into itself, is
- SAML IDP-initiated SSO fails with cookie_not_found behind NGINX (Keycloak 26)
Add proxy_cookie_flags ~.* secure samesite=None; to the NGINX config (as an ingress annotation if you use ingress-nginx), which marks the Keycloak cookies Secure and SameSite=None so they survive the cross-site IDP POST. Multiple reporters
- Chainguard nginx image fails with read-only file system s6-svscan unable to mkdir
Fixed: Chainguard removed s6 from the nginx image and added support for running read-only (PR #478 includes the run instructions). Pull a current nginx image and run read-only with the writable directories explicitly mounted, note that `--t