You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the below certificate issue when I try to use the PushService API class to send out push notifications to Firefox browser, whereas the webpush library works fine with Chrome browser. Do I really need to import any certificate into my jre?
java.util.concurrent.ExecutionException: javax.net.ssl.SSLHandshakeException: General SSLEngine problem
at org.apache.http.concurrent.BasicFuture.getResult(BasicFuture.java:71)
at org.apache.http.concurrent.BasicFuture.get(BasicFuture.java:84)
at org.apache.http.impl.nio.client.FutureWrapper.get(FutureWrapper.java:70)
at nl.martijndwars.webpush.PushService.send(PushService.java:142)
at nl.martijndwars.webpush.PushService.send(PushService.java:146)
at com.pwa.GreetingController.pushNotificationToSubscribedUser(GreetingController.java:169)
The text was updated successfully, but these errors were encountered:
I get the below certificate issue when I try to use the PushService API class to send out push notifications to Firefox browser, whereas the webpush library works fine with Chrome browser. Do I really need to import any certificate into my jre?
The text was updated successfully, but these errors were encountered: