cURL error 60: SSL certificate problem in WordPress

Hello, I’m using WordPress on your free hosting. I’m getting this error when a plugin or cron job tries to use wp_remote_get():

cURL error 60: SSL certificate problem: unable to get local issuer certificate

My website: https://arabicaclass.site

Can you please check if the CA certificates are installed correctly on the server? Or if it’s a limitation of the free hosting plan?

2 things here:
1 - Cron Jobs are disabled on infinity free as per this announcement:

2 - sounds like it may be running fowl of the security system that makes sure only browsers can access your site… This may stop the remote_get from working properly:

On the plus side, it does look like your SSL certificate is installed correctly:

Did you use a self signed certificate or one of the recommended proividers?

6 Likes

Our servers should have a correct and up to date CA chain.

What URL are you trying to call with the wp_remote_get() function in the first place? And does that URL have a valid SSL certificate?

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.