Hi all,
What is the path to reach the installed domain SSL Cert in the server and use it with an cUrl https request?
...
curl_setopt ($ch, CURLOPT_SSLCERT, $key);
curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);
...
Think the path to the Cert (in $key) isn´t correct... tryed several things but I'm just being dummy...
The script runs inside the /www folder... what is the path for $key...?
Thank you!



LinkBack URL
About LinkBacks
Reply With Quote




