We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
From one day to the other, I stopped receiving error notifications on my Airbrake panel.
After some hours of debugging I found out the error was caused by an SSL certification error.
{"error"=>"**Airbrake: HTTP error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed"}
Airbrake gem version 11.0.3 Ruby version 2.3.0
My SSL certificate is alright.
Thanks
The text was updated successfully, but these errors were encountered:
Hello. It's also happening in our environments. We tested it like this:
RAILS_ENV=production bundle exec rake airbrake:test Error: **Airbrake: HTTP error: SSL_connect returned=1 errno=0 state=error: certificate verify failed
We tested it on multiple projects with different versions, and all fail equally. It might be the same problem as of this old issue
Sorry, something went wrong.
Thanks for opening this. We're seeing the same problem.
This should be resolved now. Thanks for posting the issue.
No branches or pull requests
Hi!
From one day to the other, I stopped receiving error notifications on my Airbrake panel.
After some hours of debugging I found out the error was caused by an SSL certification error.
{"error"=>"**Airbrake: HTTP error: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed"}
Airbrake gem version 11.0.3
Ruby version 2.3.0
My SSL certificate is alright.
Thanks
The text was updated successfully, but these errors were encountered: