itunes-connect-auto-ingest icon indicating copy to clipboard operation
itunes-connect-auto-ingest copied to clipboard

Add curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);

Open tordans opened this issue 12 years ago • 1 comments

Add ssl-code as described at http://www.karlmonaghan.com/2011/09/18/a-sunday-afternoon-project-providing-app-store-stats-via-json/#comment-171 I am pretty sure that is the right place to put it … but please check

tordans avatar Jul 02 '13 21:07 tordans

I'm reluctant to add this in to ignore the SSL cert when you can tell the script where to find the cert file with:

curl_setopt($ch, CURLOPT_CAINFO, '/path/to/crt/file.crt');

Maybe I should add it to the README instead.

kmonaghan avatar Jul 05 '13 09:07 kmonaghan