itunes-connect-auto-ingest
itunes-connect-auto-ingest copied to clipboard
Add curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
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
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.