Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Zend_Mail SMTP SSL Problem with PHP 5.6 #709

Open
jsbjair opened this issue Jul 8, 2016 · 1 comment
Open

Zend_Mail SMTP SSL Problem with PHP 5.6 #709

jsbjair opened this issue Jul 8, 2016 · 1 comment

Comments

@jsbjair
Copy link

jsbjair commented Jul 8, 2016

PHP 5.6 changed the SSL certificate verification default, causing Zend_Mail SMTP to fail when the server CN doesn't exactly match the certificate CN. The solution to this is to set the verify_peer and verify_peer_name stream context options to false, but Zend_Mail provides no way to do this.

@ermajn has opened an issue in zf2 repo. zendframework/zend-mail#14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants