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

SSLHandshakeException: General SSLEngine problem #143

Open
Vasudev-Git opened this issue Jul 13, 2020 · 0 comments
Open

SSLHandshakeException: General SSLEngine problem #143

Vasudev-Git opened this issue Jul 13, 2020 · 0 comments

Comments

@Vasudev-Git
Copy link

Vasudev-Git commented Jul 13, 2020

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant