Replies: 1 comment 6 replies
-
That's very strange. It sounds like you're successfully establishing a connection, then the server is closing it immediately. That suggests we're getting past the TLS handshake, but then something else is going wrong. Can you share more about what you're trying to do (i.e. a minimized version of the code that's producing this problem)? Also, what version of Java are you using? And are you using certificate- or token-based authentication with APNs? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Usually I use APNS-JAVA and it worked fine. Now I have to use PUSHY, and I have a problem that I can't solve.
I always have this error:
I have tests with Netty 4.1.74, 4.1.77 with same problem. I have test with P12 certificate and P8 but same probleme again.
If a nice person has a clue to solve the problem, that would be great.
Regards
Olivier
Beta Was this translation helpful? Give feedback.
All reactions