theme Registration error: cURL error 60: SSL certificate problem: self signed certificate in certifi

Hi,

During de registrarion process i got error:

"cURL error 60: SSL certificate problem: self signed certificate in certificate chain"

When i instert purchase code and sobmit.

What is happening?

Comments

  • Hello,

    The SSL certificate can be misconfigured on your server.

    Please, check the link below and ensure that it is configured correctly.

    https://www.greengeeks.com/tutorials/how-to-install-a-ssl-certificate-on-your-wordpress-site/

    If your certificate is set up properly, please, temporarily change the https:// to htpp:// in file functions/admin/assets/class-mfn-api.php.

    protected $url = array(
    'changelog' => 'https://themes.muffingroup.com/betheme/documentation/changelog.html',
    'register' => 'http://api.muffingroup.com/register.php',
    'theme_version' => 'http://api.muffingroup.com/theme/version.php', 'theme_download' => 'http://api.muffingroup.com/theme/download.php',
    'plugins_version' => 'http://api.muffingroup.com/plugins/version.php',
    'plugins_download' => 'http://api.muffingroup.com/plugins/download.php',
    'websites_download' => 'http://api.muffingroup.com/websites/download.php',
    'sections_download' => 'http://api.muffingroup.com/sections/download.php',
    'pages_download' => 'http://api.muffingroup.com/pages/download.php', );
    

    Thanks

  • I do have same problem here.

    I got this 2 errors:

    1 -

    cURL error 60: SSL certificate problem: self signed certificate in certificate chain

    2 -

    WP_Error Object ( [errors] => Array ( [http_request_failed] => Array ( [0] => cURL error 60: SSL certificate problem: self signed certificate in certificate chain ) ) [error_data] => Array ( ) [additional_data:protected] => Array ( ) )

    My server said that:

    //

    O erro em questão se daria por conta da versão do OpenSSL do servidor.

    Porém, a versão do OpenSSL está correta.

    //

    or

    //

    The error in question would be due to the OpenSSL version of the server.
    
    However, the OpenSSL version is correct.
    
    

    //

    I saw the solution here is to change https to http. BUT, actually my url is poiting to cloudflare, instead to this server. So, i think this changes will not take effect.

    Can someone help me, please?

    best regards,

    ricardo

  • Hi @magron,

    Did you try to change the https to http anyway?

    If not, please, do that, and check if the problem persists.


    Thanks

Sign In or Register to comment.