Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudmersive committed Aug 6, 2018
1 parent a27c496 commit 64dfd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/guzzlehttp/guzzle/src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ private function configureDefaults(array $config)
'allow_redirects' => RedirectMiddleware::$defaultSettings,
'http_errors' => true,
'decode_content' => true,
'verify' => true,
'verify' => false,
'cookies' => false
];

Expand Down

0 comments on commit 64dfd37

Please sign in to comment.