node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

APN service server certificate update (2021-03-29) #701

Closed robsonalvesbh closed 1 year ago

robsonalvesbh commented 3 years ago

Recently, Apple issue a following comunicated:

Apple Push Notification service server certificate update
February 10, 2021

On March 29, 2021, token and certificate-based HTTP/2 connections to the Apple Push Notification service must incorporate  
the new root certificate (AAACertificateServices 5/12/2020) which replaces the old GeoTrust Global CA root certificate. To  
ensure a seamless transition and to avoid push notification delivery failures, verify that both the old and new root certificates  
for the HTTP/2 interface are included in the Trust Store of each of your notification servers before March 29.

Note that Apple Push Notification service SSL provider certificates issued to you by Apple do not need be to updated at this time.

Is it any action required for who use the node-apn library to send push notifications to iOS?

Dudarev2 commented 3 years ago

There is the same issue: https://github.com/parse-community/node-apn/issues/49