Docker Compose, Windows Containers and Zscaler Private Access

Hi,

This is not related to zscaler’s use of certificates.

When I create a Windows container (Sitecore) on windows 11 using docker compose, the traffic from my web browser to the ports exposed by Docker gets intercepted by Zscaler Private Access. (Zscaler Client Connector).

We have not yet found a way to get Zscaler to bypass local traffic like this.

IIS bound to port 443 is fine, but docker exposing 443 (with IIS disabled) cannot be reached.

AFAIK IIS binds to 0.0.0.0:443 but docker binds to the machine IP

Has anyone seen / worked around this issue?

thanks in advance

Kevin