Hi
I want to use javapns api to push notification to iPADs from my web application.
This is how its written
Push.payload(payload, keyStore, PASSWORD, ISPRODUCTION, TOKEN1);
is there anyway I can read certificate from the server in my
java program? I am using Websphere 7. I have installed the cert on it
How can i make use of it ,instead of packaging the .p12 file in the jar and referencing it in keyStore parameter.
It always throws SSl Handshake error
Is there anyway to interpert what certificate is being sent