I install Aschroder_SMTPPro but mail not send it gives error
Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in C:\xampp\htdocs\charge\lib\Zend\Mail\Protocol\Smtp.php on line 206
Anyone Have solution For this ??
SSL Support Is also enable http://prntscr.com/hp1c9g
-
Its issue related to SSL not working properly on your server. Please check below URL stackoverflow.com/questions/26827192/…Nits– Nits2017年12月21日 04:52:58 +00:00Commented Dec 21, 2017 at 4:52
-
im using it in localJigs Parmar– Jigs Parmar2017年12月21日 07:04:13 +00:00Commented Dec 21, 2017 at 7:04
-
Do you use a virtual host like "mysite.magento.local"? Or is it just localhost? Also how did you generate your openssl certificate? And to what host does it point?AngelsDustz– AngelsDustz2017年12月27日 08:53:21 +00:00Commented Dec 27, 2017 at 8:53
2 Answers 2
Download cacert.pem file from following link https://curl.haxx.se/docs/caextract.html
open php.ini file
and paste following path in php.ini file
openssl.cafile="c:/xampp/cacert.pem"
I was also having similar issue with Aschroder_SMTPPro but installed another extension and it worked, find extension link below:
-
its for Magento2 , im getting error in magento1Jigs Parmar– Jigs Parmar2017年12月25日 05:30:44 +00:00Commented Dec 25, 2017 at 5:30
-
Ohh Isee, missed to check right Magento version. Have you tried with different smtp ports i.e. 25, 465 and 587?Himmat Paliwal– Himmat Paliwal2017年12月25日 10:17:59 +00:00Commented Dec 25, 2017 at 10:17
-
no there is no any port issue just open scrrenshot and show errorJigs Parmar– Jigs Parmar2017年12月26日 03:55:57 +00:00Commented Dec 26, 2017 at 3:55