From: edward Date: Thu, 14 Jul 2016 05:36:45 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cbc5367aa742dc75eeca8f7d6fc73fe5d1394d72 NotifySmtpCheck.php --- 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 ) );