Bug #1574 ยป t.patch
src/imagecache.c | ||
---|---|---|
415 | 415 |
curl_easy_setopt(curl, CURLOPT_TIMEOUT, 120); |
416 | 416 |
curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); |
417 | 417 |
curl_easy_setopt(curl, CURLOPT_FAILONERROR, 1); |
418 |
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, 0); |
|
418 | 419 |
res = curl_easy_perform(curl); |
419 | 420 |
curl_easy_cleanup(curl); |
420 | 421 |
fclose(fp); |