Dev License: This installation of WHMCS is running under a Development License and is not authorized to be used for production use. Please report any cases of abuse to abuse@whmcs.com

This error can be encountered while upgrading WordPress or installing a WordPress plugin from the WordPress admin area.

ssl-error

Following is one of the solutions to fix this issue in windows server:


  1. Download cert.pem from the URL http://curl.haxx.se/docs/caextract.html

  2. Copy the cert.pem file to your php installation folder. Generally, the php.ini path should be C:\Program Files (x86)\PHP\vx.x\ so you will need to copy the cert.pem file to the same folder.

  3. Edit your php.ini file and add the following line under curl section.  Do not forget to replace the PHP path.
curl.cainfo = "C:\Program Files (x86)\PHP\vx.x\cacert.pem" 


  1. Save the php.ini file and restart the IIS. Run the following command to restart the IIS:
iisreset /restart

SSL-certificate-problem-iis-reset

Now, try to install a plugin or upgrade the WordPress and this should fix the issue.

Was this answer helpful? 0 Users Found This Useful (0 Votes)

Powered by WHMCompleteSolution