roycezhc / javapns

Automatically exported from code.google.com/p/javapns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Certificate Issue

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. I installed the certificate .p12 on websphere 7.1
2.  I called the push notification method
3.  I am getting ssl handshake

 O <EVENT type="ERROR" time="2013-09-04 15:12:36,486" thread="WMQJCAResourceAdapter : 0" message="Attempt to send Notification failed and beyond the maximum number of attempts permitted" />
[9/4/13 15:12:36:486 SGT] 00000019 SystemOut     O <EVENT type="ERROR" 
time="2013-09-04 15:12:36,486" thread="WMQJCAResourceAdapter : 0" 
message="Delivery error" />
javax.net.ssl.SSLHandshakeException: Received fatal alert: unknown_ca

Anyone ever tried how to do push notification from Websphere installed 
webapplication

Original issue reported on code.google.com by sudharsa...@gmail.com on 4 Sep 2013 at 7:59

and you probably use JDK 1.7. welcome to the club.
http://stackoverflow.com/questions/19732155/worklight-ssl-errors-using-local-lib
erty-server

Original comment by taitel...@gmail.com on 5 Nov 2013 at 2:31

Closing for lack of feedback and because the issue was most likely solved by 
the previous comment.

Original comment by sype...@gmail.com on 11 Oct 2014 at 9:40

  • Changed state: Invalid