disable SSL check in PHP cURL

46

disable SSL check in PHP cURL -

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);

Comments

Submit
0 Comments