ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

[BUG] Legacy/Backup URL Certificate has expired

Open Fuzzylog1cza opened this issue 3 years ago • 4 comments

Description/Screenshot

The Legacy/Backup URL for the SDK has a certificate that expired today (21st April 2022).

image

Steps to Reproduce

Basic

  • Launch the App Insights JS SDK URL in Chrome browser, https://az416426.vo.msecnd.net/scripts/b/ai.2.min.js
  • Note that Privacy / Security warning is displayed.

Integration

  • Load a page that uses the App Insights JavaScript SDK with the legacy URL path
  • Note that the snippet fails to download the ai.2.min.js file
  • Note that the Browser events are no longer appearing on the App Insighs dashboard

Expected behavior

The file should have a valid certificate so the browser trusts it at downloads it, restoring the logs.

Additional context

While I am aware that the legacy URL is no longer supported I wasn't aware that the the certificates were going to expire. Any chance it could be renewed giving us time to safely update to the new URL?

Fuzzylog1cza avatar Apr 21 '22 15:04 Fuzzylog1cza

Hi All, we are aware of the issue and we are working with the CDN provide (verizon) to roll the certificate -- no timeframe yet.

The only workaround is to use the new domain name (both point to the same set sources) and MS fully control the new domain (we don't directly control the legacy one).

MSNev avatar Apr 21 '22 17:04 MSNev

Verizon have notified that the certificate should be rolled within the next hour

MSNev avatar Apr 21 '22 17:04 MSNev

The updated certificate should now be fully deployed (according to Verizon), we have noticed that in some cases the browser is caching the older certificate and closing all open browser and reloading resolves as the browser then fetches the current cert.

MSNev avatar Apr 21 '22 18:04 MSNev

It seems to have resolved the issue for us.

Fuzzylog1cza avatar Apr 21 '22 19:04 Fuzzylog1cza