Reputation: 1
I am facing an issue while trying to send emails from my Magento 2.3.5-p2 site using the Mageplaza SMTP extension. Below is the error I encountered:
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
/vendor/laminas/laminas-mail/src/Protocol/Smtp.php on line 225
My questions:
Upvotes: 0
Views: 42
Reputation: 1
Has your problem been resolved?
And you are using which provider? Maybe you can change to another authentication method?
I have some suggestions for you as follows:
The Mageplaza SMTP extension does not support NTLM authentication. However, you can add a library that supports NTLM authentication to customize this extension.
To check if the issue is related to the CA certificates, you can try using Gmail SMTP to send an email.
Upvotes: 0