Skip to content

Commit

Permalink
Disable SSL verification
Browse files Browse the repository at this point in the history
  • Loading branch information
randoum committed Apr 14, 2021
1 parent d38ccb7 commit 9b8c2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbstractEmailValidation/Common/AbstractHttpClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AbstractHttpClient
Read before disabling:
http://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/
*/
public $verify_ssl = true;
public $verify_ssl = false;
private $request_successful = false;
private $last_error = '';
private $last_response = array();
Expand Down

0 comments on commit 9b8c2d7

Please sign in to comment.