NotifySmtpCheck.php
authoredward <edward@roojs.com>
Thu, 14 Jul 2016 05:36:45 +0000 (13:36 +0800)
committeredward <edward@roojs.com>
Thu, 14 Jul 2016 05:36:45 +0000 (13:36 +0800)
NotifySmtpCheck.php

index ebfd2f7..c9854bd 100644 (file)
@@ -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
                 )
             );