diff --git a/src/Reflect/Client.php b/src/Reflect/Client.php index 023d2ce..7c1aa15 100644 --- a/src/Reflect/Client.php +++ b/src/Reflect/Client.php @@ -86,6 +86,7 @@ ], "ssl" => [ "verify_peer" => $this->_https_peer_verify, + "verify_peer_name" => $this->_https_peer_verify, "allow_self_signed" => !$this->_https_peer_verify ] ]);