Skip to content
Snippets Groups Projects
Commit ec21fcf4 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Ignore ssl issues

parent 7ea0b047
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,7 @@ class CurlService extends AbstractService {
CURLOPT_AUTOREFERER => TRUE,
CURLOPT_MAXREDIRS => 10,
CURLOPT_SSL_VERIFYHOST => FALSE,
CURLOPT_SSL_VERIFYPEER => FALSE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_VERBOSE => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment