From cbc5367aa742dc75eeca8f7d6fc73fe5d1394d72 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Jul 2016 13:36:45 +0800 Subject: [PATCH] NotifySmtpCheck.php --- NotifySmtpCheck.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index ebfd2f78..c9854bd3 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -40,8 +40,7 @@ class Pman_Core_NotifySmtpCheck extends Pman $socket_options = array ( 'ssl' => array( 'verify_peer' => false, - 'verify_peer_name' => false, - 'allow_self_signed' => true + 'verify_peer_name' => false ) ); -- 2.39.2