Magento 1.9 Email Sending Error on Localhost – Fix Guide

emaillocalhostmagento-1.9smtp

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

Best Answer

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"

Related Topic