muhlba91 / icloud-caldav-urls

iCloud calendar URLs
Other
129 stars 39 forks source link

SSL problems #9

Closed Gokalex closed 7 years ago

Gokalex commented 7 years ago

I had to change line 72 and 73 to:

//Set SSL curl_setopt($c, CURLOPT_SSL_VERIFYHOST, 2); curl_setopt($c, CURLOPT_SSL_VERIFYPEER, true);

to work

muhlba91 commented 7 years ago

Hi,

thank you a lot! :) I just pushed a new version (v1.4.1) including your fix. (y)