-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect via TLS #30
Comments
I have the same issue. Originally posted by @ZoltanDobrovolni at zendframework/zend-mail#202 (comment) |
Your system CA certificates are most likely stale. If on linux check for ca-certs or ca-certificates package. Try to update it first. If that does not work you need to point ini option to a fresh Take a look at https://github.com/paragonie/certainty I, personally, prefer to use this script from curl library to obtain latest certificates directly from mozilla during php setup: This component might have a configuration option to provide those explicitly to be set as a stream context, I didn't check. Originally posted by @Xerkus at zendframework/zend-mail#202 (comment) |
Thanks for your help! Unfortunatelly, we could not make it working with updated certificates. Originally posted by @ZoltanDobrovolni at zendframework/zend-mail#202 (comment) |
What was it?
Originally posted by @RAIMUNDOS54 at zendframework/zend-mail#202 (comment) |
Not sure if this helps, but anyway... Originally posted by @galvao at zendframework/zend-mail#202 (comment) |
kkk |
i dont know how to connect via TLS , it's very difficult. |
Closing here as per #30 (comment) These errors are raised at lower level, and |
I have a problem when I send mail to client to Reset Password. I using Gmail
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:\wamp64\www\zend2112\vendor\zendframework\zend-mail\src\Protocol\Smtp.php on line 216
Here is my function:
Thanks for reading. I try to fix 2 days. Please help !!!
Originally posted by @phantien94 at zendframework/zend-mail#202
The text was updated successfully, but these errors were encountered: