Totally Zenned
- Join Date:
- Aug 2009
- Location:
- North Idaho, USA
- Posts:
- 2,015
- Plugin Contributions:
- 0
Failed sending email -- SMTP connect() failed - Peer certificate did not match
zc 154
php 5.6.24
mySQL 5.6.34
Updated PHPMailer files using ftp by dragging/dropping the set of files as a complete set.
Used the 12/29/2016 fileset
Pink error bar in header ADMIN: Tools: Send Email
Similar pink bar when updating customer order comments
Error ERROR: Failed sending email to: "IMA Customer" with subject: "email test" SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
Success Notice: Email sent to: [email protected] (1)
myDEBUG-adm file contents
[30-Dec-2016 07:09:19 America/Los_Angeles] Request URI: /ADMINFOLDERNAME/mail.php?action=send_email_to_user, IP address: https://chainweavers.com
#1 stream_socket_enable_crypto() called at [/home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.smtp.php:369]
#2 SMTP->startTLS() called at [/home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.phpmailer.php:1677]
#3 PHPMailer->smtpConnect() called at [/home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.phpmailer.php:1540]
#4 PHPMailer->smtpSend() called at [/home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.phpmailer.php:1335]
#5 PHPMailer->postSend() called at [/home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.phpmailer.php:1213]
#6 PHPMailer->send() called at [/home/chainwea/public_html/includes/functions/functions_email.php:348]
#7 zen_mail() called at [/home/chainwea/public_html/ADMINFOLDERNAME/mail.php:62]
[30-Dec-2016 07:09:19 America/Los_Angeles] PHP Warning: stream_socket_enable_crypto(): Peer certificate CN=`*.tvsecure.com' did not match expected CN=`mail.chainweavers.com' in /home/chainwea/public_html/includes/classes/vendors/PHPMailer/class.smtp.php on line 369
[30-Dec-2016 07:09:19 America/Los_Angeles] Request URI: /ADMINFOLDERNAME/mail.php?action=send_email_to_user, IP address: MyIPaddress
#1 trigger_error() called at [/home/chainwea/public_html/includes/functions/functions_email.php:376]
#2 zen_mail() called at [/home/chainwea/public_html/ADMINFOLDERNAME/mail.php:62]
[30-Dec-2016 07:09:19 America/Los_Angeles] PHP Notice: Email Error: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting<br /> in /home/chainwea/public_html/includes/functions/functions_email.php on line 376
Looks like there are other myDEBUG related to the checkout process and causing checkout to fail