cURL Error - cannot fix after looking at other threads here

Hi, I keep getting the the attached error:

I’ve checked with my hosting provider and they feel everything is fine from their end. I tried to ad a Chid Theme (even though my site doesn’t need it) and that didn’t work either.

How can I / you fix this? (I’m not a coder)

Hi @alandoyle,

Thanks for reaching out!

The issue has nothing to do with the theme but it is an SSL certificate problem. To bypass the issue, you need to add this code in your child theme functions.php .

add_filter( 'https_ssl_verify', '__return_false' );

Hope that helps.

Thanks that’s now fixed

Hi @alandoyle,

Great and you’re welcome! If you have any other concerns or clarifications regarding our theme features, feel free to open up a new thread.

Thank you.

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