sephrioth
Results
1
issues of
sephrioth
`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...