Open rnestler opened 1 year ago
Thanks for posting, this was also raised in https://github.com/jspm/project/issues/311, and was due to CacheFly having system instability on October 31 (https://www.cacheflystatus.com/), with temporary routing left in place after the outage that has now been removed.
This should be working now again - but if you are still getting issues, please copy the debug info from https://cachefly.cachefly.net/CacheFlyDebug and share it in a comment here to follow-up again. Otherwise we can close this as resolved.
We noticed flaky specs in one of our projects which seem to be caused by a certificate problems on ga.jspm.io
The error we see is
https://ga.jspm.io/npm:jquery@3.6.4/dist/jquery.js - Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID
, which occurs randomly.Looking at the analysis of ssllabs.com, we see that the webserver provides two certificates, a valid and an invalid one: https://www.ssllabs.com/ssltest/analyze.html?d=ga.jspm.io
So probably we are hitting the invalid certificate from time to time in our tests.