Plugin Directory

Changeset 1919980


Ignore:
Timestamp:
08/05/2018 11:15:23 AM (8 years ago)
Author:
Vicomi
Message:

fix curl https problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • voting-platform-feelbacks/trunk/lib/url.php

    r1824383 r1919980  
    6262        CURLOPT_HEADER          => true,
    6363        CURLOPT_HTTPHEADER      => array('Expect:'),
    64         CURLOPT_TIMEOUT         => TIMEOUT
     64        CURLOPT_TIMEOUT         => TIMEOUT,
     65        CURLOPT_SSL_VERIFYPEER  => false
    6566    );
    6667    if($postdata) {
Note: See TracChangeset for help on using the changeset viewer.