Hi there,
The error you are receiving is because your cURL is well, to say out of date would be a dramatic understatement.
cURL 7.29 was released on February 6th, 2013, so it’s basically 6 years out of date, and 47 versions behind the current version. As such it’s not capable of understanding newer HTTPs protocols like the ones that you probably deployed.
The solution here is you need to demand that your hosting provider updates this immediately or frankly if they are unwilling to do so I would highly recommend switching hosting providers.
This version of cURL has 46 known, public security vulnerabilities. It is imperative that you update.
-Chris
Thread Starter
Castor
(@castoruk)
Hi Chris
Thanks for your reply.
Just to clarify, as there are a couple of different elements called curl.
Checking via PHPinfo cURL Information = 7.62.0 and enabled.
Via the SSH command curl -V I get “curl 7.29.0 (x86_64-redhat-linux-gnu)”.
I’m not 100% sure if these are two different elements, or one relies on the other?
Thread Starter
Castor
(@castoruk)
Sorry to ask again but is PHPinfo cURL what we are talking about here or is it command line curl?
Or does the command line (linux) CURL need to be updated?