Skip to content
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

Remote host closed connection during handshake #244

Open
GoogleCodeExporter opened this issue Feb 10, 2016 · 0 comments
Open

Remote host closed connection during handshake #244

GoogleCodeExporter opened this issue Feb 10, 2016 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.when i run Test.java to push notification to i phone6
2.
3.

javax.net.ssl.SSLHandshakeException: Remote host closed connection during 
handshake
 at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
 at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
 at sun.security.ssl.SSLSocketImpl.writeRecord(Unknown Source)
 at sun.security.ssl.AppOutputStream.write(Unknown Source)
 at java.io.OutputStream.write(Unknown Source)
 at javapns.notification.PushNotificationManager.sendNotification(PushNotificationManager.java:402)
 at javapns.notification.PushNotificationManager.sendNotification(PushNotificationManager.java:350)
 at javapns.notification.PushNotificationManager.sendNotification(PushNotificationManager.java:320)
 at javapns.Push.sendPayload(Push.java:177)
 at javapns.Push.payload(Push.java:149)
 at com.cytilife.pushnotification.Test.main(Test.java:38)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
 at sun.security.ssl.InputRecord.read(Unknown Source)

Original issue reported on code.google.com by ramkp...@gmail.com on 4 Jul 2015 at 6:31

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant