Something might be wrong with your server configuration if it’s downloading a file from a non-SSL URL under a non-SSL site and complaining about SSL certificates, but it’s hard to tell if it’s that or the really old version of WordPress.
I recommend upgrading manually this time: https://codex.wordpress.org/Upgrading_WordPress_Extended
Thread Starter
radsp
(@radsp)
I can assure you, our SSL certificate is fine: https://www.ssllabs.com/ssltest/analyze.html?d=wordpress.org&hideResults=on
This usually happens when OpenSSL on the server is out of date. Just to be sure, I ran the following on my own computer:
openssl s_client -connect wordpress.org:443
OpenSSL 0.9.8zg is unable to get the local issuer certification whereas OpenSSL 1.0.2d is able to get it.
Contact your hosting provider and ask them to make sure that OpenSSL is up to date on your server.
Thread Starter
radsp
(@radsp)
But my site is not SSL certified then also OpenSSL is used..?
This is my site
http://businessemailhosting.com
i check my site on tool which you mention and it gives me following result
https://www.ssllabs.com/ssltest/analyze.html?d=businessemailhosting.com
do you have any idea regarding this.
Your site isn’t available via SSL, but WordPress.org is.
Your server is trying to reach out via SSL, but because its version of OpenSSL is out of date, it can’t.
You need to contact your hosting provider and ask them to make sure that OpenSSL is up to date on your server.
Thread Starter
radsp
(@radsp)
Thanks for your assistance, I’ll check that with hosting provider.