Nizx
Nizx

Reputation: 35

ERR_CONNECTION_RESET Azure CDN Custom Domain HTTPS

Hope someone can assist me in correcting this. I am on the last step to enable my CDN endpoint with a custom domain. currently the static website on storage works correctly the following ways.

1 - Storage Account endpoint 2 - Azure CDN xxxxxx.azureedge.net

CNAME is created and correctly configured and validated in azure for my cdn.customdomain.com but when I try to connect to it I get a ERR_CONNECTION_RESET when using a browser or 404 using curl. Any advice anyone can provide.

Upvotes: 1

Views: 2103

Answers (1)

Nancy Xiong
Nancy Xiong

Reputation: 28284

You could verify the followings:

  • Configuration. Make sure you select the Custom origin as the origin type and static website URI as the origin hostname.
  • Networking related. ISP blocks some websites. Firewall blocks specific websites. Internet connection is disabled or interrupted. Refer to this.
  • Browser error like Chrome. Clear your browser's cache and all locally stored data including cookies or try to use another browser. Refer to this.

Moreover, you could verify this via accessing the cdn.customdomain.com in an Azure VM, which is a different environment from the on-premise network.

Upvotes: 0

Related Questions