-
Notifications
You must be signed in to change notification settings - Fork 283
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
SSLWrite(): -9806 0 #11
Comments
The same issue( |
Correct certificate with private key in your keychain fixes this issue. |
same issue, how to solve it? |
You can create "Push Services" certificate yourself or import it along with its private key from the person who created it. Then you will have this certificate and its private key installed in your keychain. That solved this issue for me. |
Certificate is perfect. There is no any issue with certificate or private key. |
I solved this issue by generating the certificate and added to my keychain. Also make sure Xcode is restarted after that. It will surely work if both private key and certificates are there in the keychain. check the validity of the certificates |
I am getting error "SSLWrite(): -9806 0", when i try to run PushMeBaby code. I am running code in xcode Version 6.1.
Any Idea ?
Thanks.
The text was updated successfully, but these errors were encountered: