SSL certificate: https://cocoapods-specs.circleci.com/ has expired

Hi!

I got today an error during pod install.
Command: curl https://cocoapods-specs.circleci.com/fetch-cocoapods-repo-from-s3.sh | bash -s cf
Error message:
curl: (60) SSL certificate problem: certificate has expired
More details here: curl - SSL CA Certificates

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Expired certificate:
Screenshot 2021-10-07 at 9.14.27

Can anyone help me? This is a blocker issue for us.

Hi @kuncy88,

Thank you for sharing your issue with us.

Could you confirm the following points for me?

  1. Is the command being called directly, or through an orb command/job?
  2. If possible, could you share a link to a build where you are seeing this issue?
    It is also fine to open a support ticket and send it to us that way as well.

We have seen several certificate-related issues popping up related to the changes described here:

These errors are happening in builds that are using older images, and usually changing to a newer version of the image resolves the issue.

Please let me know if you have any additional questions as well.

Hi!

I checked our CI again and it seems everything is working properly(we do nothing :slight_smile: ) I checked the certificate in my browser again and it is good now. I think it was short issue.

Thank you your ideas, too.

Hi @kuncy88 ,

I am glad to hear it is working again! I received word that this script will be deprecated later in the year, and it is recommended to use the method described in the following article:

2 Likes