-
Notifications
You must be signed in to change notification settings - Fork 156
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
Certificate issues which aren't found on other libraries #41
Comments
Hi, SSL_connect returned=1 errno=0 state=SSLv3 read finished A: sslv3 alert certificate revoked |
Did either of you figure out what was causing this issue? |
I am receiving the same error too <OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: sslv3 alert certificate revoked> Was anyone able to figure this one out? Some push notifications do go out, but every now and then they stop working. |
Having the same issue. The best doc I could find is http://railsapps.github.com/openssl-certificate-verify-failed.html My server is running on Ubuntu 10.04, so I plan on creating a new dev server with Ubuntu 12.04 to see if that resolves the problem, but otherwise I'm stumped as well. |
Did yall ever find a solution to this problem? I just started encountering it randomly as well. |
Hi,
Suddenly one of my apps that uses apn_on_rails stopped sending notifications.
APN::App.send_notifications fails with:
The cert is valid until 2013, and it works fine if I use something like node-apn. I don't see anything obvious in the source code and I know little of SSL, so I'm at a loss.
The text was updated successfully, but these errors were encountered: