Skip to content

Commit

Permalink
set verify host and peer to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenituz committed Dec 4, 2018
1 parent 7b0fb22 commit 95d998b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vzaar/Resources/HttpCurl.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class HttpCurl implements IHttpChannel
public static $CURLOPT_VERBOSE = false;

public static $CURLOPT_CAINFO = false;
public static $CURLOPT_SSL_VERIFYPEER = true;
public static $CURLOPT_SSL_VERIFYHOST = 2;
public static $CURLOPT_SSL_VERIFYPEER = 0;
public static $CURLOPT_SSL_VERIFYHOST = 0;

public static $CURLOPT_CONNECTTIMEOUT = false;

Expand Down

0 comments on commit 95d998b

Please sign in to comment.