Before submitting a topic, please confirm the following
[X ] I have searched for similar issues before creating this topic.
[ X] I have verified that my repository is using the Codecov GitHub app, if using GitHub
[ X] I have validated my codecov.yaml configuration file.
[ X] I have filled out the below sections to the best of my ability.
Description
Codecov is failing in github actions with TLS certification expiration error
Sorry I’m sorry we got to this a little late. The short version is that during regular maintenance we reprovisioned an SSL cert. Unfortunately, there was a window of time when uploader.codecov.com was serving the old cert. This, as you all have mentioned above has been resolved.
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1502:34)
at TLSSocket.emit (events.js:314:20)
at TLSSocket._finishInit (_tls_wrap.js:937:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)
Run codecov/codecov-action@v2
==> linux OS detected
Error: certificate has expired
at TLSSocket.onConnectSecure (_tls_wrap.js:1502:34)
at TLSSocket.emit (events.js:314:20)
at TLSSocket._finishInit (_tls_wrap.js:937:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:711:12)
A routine change was made with our CDN provider which caused the old SSL certificate to be briefly served. This change has been rolled back and measures have been put in place to ensure changes of this nature do not happen again.
I’m sorry again for the issues you might have faced during these time periods.