Can't update WordPress – SSL certificate problem – error:14090086:S
-
This also happens when I try to get a new plugin or theme.
I can fix it by overwriting the default WordPress ca-bundle.crt with a different .crt file that my system admin supplied.
This works to fix the problem, but I have a lot of new customers signing up to use WordPress and I can’t keep logging into copy over a file for each new customer.
I also see this problem ALL OVER the support forums and no-one has yet suggested a fix. They just simply close the support ticket and move on like nothing happened.
Why does copying a different crt file work to fix this problem??
Can someone help me get to the bottom of this?
Here’s the fix:
first backup the default WordPress ca-bundle.crt file:
cp /home/username/domains/domainname.org/public_html/wp-includes/certificates/ca-bundle.crt /home/username/domains/domainname.org/public_html/wp-includes/certificates/ca-bundle.crt.bak
Then replace it with the crt file provided by my system admin.
cp /root/cacert.pem /home/username/domains/domainname.org/public_html/wp-includes/certificates/ca-bundle.crt
I haven’t installed SSL certificates in years so I don’t even remember what these crt files do, but it appears to be some kind of public/private key system.
The biggest question is why the default WordPress ca-bundel.crt file is not working out of the box?
Update WordPress
Warning: An unexpected error occurred. Something may be wrong with www.ads-software.com or this server’s configuration. If you continue to have problems, please try the support forums. (WordPress could not establish a secure connection to www.ads-software.com. Please contact your server administrator.) in /usr/home/username/domains/domainname.com/public_html/wp-admin/includes/update.php on line 115
Downloading update from https://downloads.www.ads-software.com/release/wordpress-4.3.1-no-content.zip…
Download failed.: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Installation Failed
- The topic ‘Can't update WordPress – SSL certificate problem – error:14090086:S’ is closed to new replies.