hengsokchamroeun / javapns

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

Apple dropping support for SSL 3.0 on push notification servers, requiring TLS by October 29th #222

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Will JavaPNS still work without ssl support from apple??

Original issue reported on code.google.com by pmu...@hypertvx.com on 23 Oct 2014 at 9:49

GoogleCodeExporter commented 8 years ago
This was announced yesterday: 
https://developer.apple.com/news/?id=10222014a

I was hoping to verify this questions as well - does javapns 2.2 use TLS ?

Did it ever use SSL 3.0 ?

Original comment by mark.nor...@gmail.com on 23 Oct 2014 at 2:18

GoogleCodeExporter commented 8 years ago
Would be nice to get a confirmation but from browsing the code looks like it 
uses TLS.

https://code.google.com/p/javapns/source/browse/trunk/src/javapns/communication/
ConnectionToAppleServer.java#29

https://code.google.com/p/javapns/source/browse/trunk/src/javapns/communication/
ConnectionToAppleServer.java#105

Original comment by ohech...@gmail.com on 23 Oct 2014 at 7:43

GoogleCodeExporter commented 8 years ago
Indeed, JavaPNS already uses TLS.

Original comment by sype...@gmail.com on 28 Oct 2014 at 7:22