-
Notifications
You must be signed in to change notification settings - Fork 22
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
ssl3_get_server_certificate:certificate verify failed #11
Comments
Hello @adnanmuhammad this should not be at my part. Maybe you can check out the following link |
Sorry Norgul, but there are many situations, where it can be useful to bypass TLS errors. For example, there are some IOT vendors, not updating there cert chains, which lead to expired certs or untrusted chains. It is up to us as developers to make things work, even if errors occur. @adnanmuhammad if you are still interested, edit the file Socket.php and change the constructor to this: `public function __construct(Options $options)
` |
@WelterRocks feel free to submit a PR, I'd gladly implement it. Thanks! |
Will fix some few more things and send the PR ;-). Thanks. |
i am getting an error even with the ssl is installed on my server.
stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed
Please help.
The text was updated successfully, but these errors were encountered: