You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:[email protected]/dist/jquery.js - Failed to load resource: net::ERR_CERT_COMMON_NAME_INVALID, which occurs randomly.
Thanks for posting, this was also raised in jspm/project#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:[email protected]/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.
The text was updated successfully, but these errors were encountered: