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
Running ZAP in daemon mode on an EC2 instance with -host the all-interfaces address and then pointing a browser at the instance's public IP and port makes ZAP unresponsive with ZAP Error [java.net.SocketTimeoutException]: Read timed out. Th
- SAML IDP-initiated SSO fails with cookie_not_found behind NGINX (Keycloak 26)
After upgrading to Keycloak 26.0.x behind an NGINX ingress/proxy, SAML IDP-initiated SSO failed with a cookie_not_found error in the logs, while SP-initiated login from Keycloak still worked. The cause was cookie handling across the proxy:
- Chainguard nginx image fails with read-only file system s6-svscan unable to mkdir
Running the Chainguard nginx image with a read-only filesystem fails: docker run -it -p 8080:8080 --read-only --tmpfs /tmp cgr.dev/chainguard/nginx:latest gives s6-svscan: fatal: unable to mkdir .s6-svscan: Read-only file system. Security b