All the googling that I've done leads to either running yum install ca-certificates -y
(it's already installed, so it changes nothing) or uncommenting a line in my php.ini and manually setting the location of the latest certificate bundle. (I checked that the path was correct and I chmod 777
'd the file but it still didn't work, so it couldn't be a location or permission problem) I've already done both, but I still get error 60. Thanks for any help in advance.
Asked
Active
Viewed 162 times
0

Luke
- 11
- 4
-
might this help? https://stackoverflow.com/questions/21114371/php-curl-error-code-60 – ewokx Aug 03 '20 at 01:25
-
I already did that on all the php.ini's on my system. – Luke Aug 03 '20 at 19:57