yarj / javapns

Automatically exported from code.google.com/p/javapns
0 stars 0 forks source link

javax.net.ssl.SSLHandshakeException: Received fatal alert: certificate_expired #204

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create the certificate
2. Wait for it to expire
3. Try to send push, it will throw error message

What is the expected output? What do you see instead?
Push should work

I guess error itself gives more information but I want to understand how to 
solve it on production as we are not going to create this certificate on yearly 
basis.

Original issue reported on code.google.com by pravin.u...@mindbowser.com on 1 Nov 2013 at 1:56

GoogleCodeExporter commented 8 years ago
I don't understand your expectations... you want APNS to still work without a 
valid certificate?  I guess this is an issue you would have to take up with 
Apple, but I can guess the answer will be: you need a valid certificate, 
otherwise why bother having certificates altogether!?

Closing as this is not an issue with the library.

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