java-apns icon indicating copy to clipboard operation
java-apns copied to clipboard

APNS fail

Open ruoli opened this issue 8 years ago • 1 comments

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.RuntimeException: javax.net.ssl.SSLException: Received fatal alert: internal_error org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:894) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789) javax.servlet.http.HttpServlet.service(HttpServlet.java:647) javax.servlet.http.HttpServlet.service(HttpServlet.java:728)

I got this error when I try to do service.push(tokens, payload); Can anyone point me out what's wrong with this Lib? Thanks

ruoli avatar Apr 10 '17 21:04 ruoli

Invalid certificate

matzew avatar Apr 18 '17 07:04 matzew