Posts by dnelub • 11 points
1 post
-
1
votes2
answers14581
viewsA: PHP CURL issues error "Unable to get local Issuer Certificate"
First of all, thank you for the detailed answer, @Inkeliz. I solved my problem with your answer, but I had to make a small change to work in my case ... curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);…