Skip to content

Commit 656bd1d

Browse files
committed
some more fixes
1 parent cc09af2 commit 656bd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-09-08-Oryx-build-certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Set the app setting **`WEBSITE_INSTALL_PUBLIC_CERTS_IN_KUDU=true`** and upload t
1212

1313
## Why this happens
1414

15-
During build, App Service downloads build assets from the App Service build CDN over HTTPS. When a corporate proxy intercepts and re-signs TLS, App Service sees a certificate chain it doesn’t recognize and refuses the connection, causing the build to fail.
15+
During build, App Service downloads build assets from the its build CDN over HTTPS. When a corporate proxy intercepts and re-signs TLS, App Service sees a certificate chain it doesn’t recognize and refuses the connection, causing the build to fail.
1616

1717
## What’s new
1818

@@ -75,7 +75,7 @@ When the proxy presents its certificate, App Service now trusts it and the appli
7575
If your environment uses a chain, upload all relevant public CA certs.
7676

7777
* **Scope**
78-
This affects App Service build infrastructure outbound trust for the app. It does not grant trust to private keys or change TLS for your site’s inbound traffic.
78+
This affects App Service build infrastructure's outbound trust for the app. It does not grant trust to private keys or change TLS for your site’s inbound traffic.
7979

8080
---
8181

0 commit comments

Comments
 (0)