Project

General

Profile

Bug #1574 ยป t.patch

ssl cert ignore - Adam Sutton, 2013-01-30 15:12

View differences:

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);
    (1-1/1)