How to fix App Service builds behind TLS proxies with a public certificate

View profile for Azure Feeds

Keep up to date with the ever changing and evolving Microsoft Azure ecosystem.

[Azure App Service] App Service builds behind proxies: fixing trust with a public certificate. TL;DR: If your organization uses a TLS-inspecting proxy (e.g., Zscaler), some of the traffic originating from App Service build infrastructure may be re-signed by the proxy. App Service doesn’t trust that proxy cert by default, so the build fails. Set the app setting WEBSITE_INSTALL_PUBLIC_CERTS_IN_KUDU=true and upload the proxy’s public certificate (.cer). App Service will install the certificate and your builds will succeed. https://lnkd.in/gRzpgV3k

  • No alternative text description for this image
Shubam(Jeet) Singh

Automation Advisor @ Accelirate

2w

Good tip for folks running into the dreaded build fails behind Zscaler and friends. Tiny setting, big impact.

Like
Reply

To view or add a comment, sign in

Explore content categories