From b56ff0f8d4f0074141c7ee9bc42c2f7916b9f9e3 Mon Sep 17 00:00:00 2001 From: Chase Coalwell Date: Thu, 13 Jun 2019 09:05:26 -0700 Subject: [PATCH] whitelist cert http option on GuzzleV5 (#1820) --- src/Handler/GuzzleV5/GuzzleHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Handler/GuzzleV5/GuzzleHandler.php b/src/Handler/GuzzleV5/GuzzleHandler.php index 7ab87569d3..c75d5161b7 100644 --- a/src/Handler/GuzzleV5/GuzzleHandler.php +++ b/src/Handler/GuzzleV5/GuzzleHandler.php @@ -28,6 +28,7 @@ class GuzzleHandler private static $validOptions = [ 'proxy' => true, 'expect' => true, + 'cert' => true, 'verify' => true, 'timeout' => true, 'debug' => true,