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

Apple Push Notification service server certificate update #759

Open
moin-khan-01 opened this issue Jan 22, 2025 · 3 comments
Open

Apple Push Notification service server certificate update #759

moin-khan-01 opened this issue Jan 22, 2025 · 3 comments

Comments

@moin-khan-01
Copy link

Hi everyone,

Apple announced the notification service server certificate update, so please confirm do we need to do any additional change in django-push-notification liberary configuration in our application, this is the exact announcement from apple side :-

https://developer.apple.com/news/?id=09za8wzy

Apple Push Notification service server certificate update
October 17, 2024

The Certification Authority (CA) for Apple Push Notification service (APNs) is changing. APNs will update the server certificates in sandbox on January 20, 2025, and in production on February 24, 2025. All developers using APNs will need to update their application’s Trust Store to include the new server certificate: SHA-2 Root : USERTrust RSA Certification Authority certificate.

To ensure a smooth transition and avoid push notification delivery failures, please make sure that both old and new server certificates are included in the Trust Store before the cut-off date for each of your application servers that connect to sandbox and production.

At this time, you don’t need to update the APNs SSL provider certificates issued to you by Apple.

@moin-khan-01
Copy link
Author

Hi Team, any update about this change? will it impact on push notification services.

@nossila
Copy link

nossila commented Feb 7, 2025

@moin-khan-01 you can test yourself by setting APNS_USE_SANDBOX to True and sending a notification since their sandbox certificate was already changed, but as far as I know it won't break anything for people using this package.

@vitorguima
Copy link

@moin-khan-01 For what I see under the codebase there's no SSL/TLS validation in this package. unless apns2 does this under the hood we are ok. I've tested it pointing to sandbox and it worked fine so...

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

3 participants