Hello there, I encountered a problem with the APN service. The iPhone has all the device notification sounds up and the Wallet accepts notifications.
* Trying 17.188.178.231:2197...
* Connected to api.push.apple.com (17.188.178.231) port 2197 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* CAfile: C:\Program Files\UpdatedCurl\curl_7-88-1\bin\curl-ca-bundle.crt
* CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Request CERT (13):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Certificate (11):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
* subject: CN=api.push.apple.com; O=Apple Inc.; ST=California; C=US
* start date: Dec 19 17:22:50 2022 GMT
* expire date: Jan 18 17:22:49 2024 GMT
* subjectAltName: host "api.push.apple.com" matched cert's "api.push.apple.com"
* issuer: CN=Apple Public Server RSA CA 12 - G1; O=Apple Inc.; ST=California; C=US
* SSL certificate verify ok.
* using HTTP/2
* h2h3 [:method: POST]
* h2h3 [:path: /3/device/{device_token}]
* h2h3 [:scheme: https]
* h2h3 [:authority: api.push.apple.com:2197]
* h2h3 [user-agent: curl/7.88.1]
* h2h3 [accept: */*]
* h2h3 [apns-topic: {bundle_id}]
* h2h3 [authorization: bearer {jwt_token}]
* h2h3 [apns-push-type : alert]
* h2h3 [apns-expiration: 0]
* h2h3 [apns-priority: 10]
* h2h3 [content-length: 20]
* h2h3 [content-type: application/x-www-form-urlencoded]
* Using Stream ID: 1 (easy handle 0x18c73d8c650)
> POST /3/device/{device_token} HTTP/2
> Host: api.push.apple.com:2197
> user-agent: curl/7.88.1
> accept: */*
> apns-topic: {bundle_id}
> authorization: bearer {jwt_token}
> apns-push-type : alert
> apns-expiration: 0
> apns-priority: 10
> content-length: 20
> content-type: application/x-www-form-urlencoded
>
* We are completely uploaded and fine
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/2 200
< apns-id: 33DCDC79-DFA4-D91F-65FE-45CF52B93E34
<
* Connection #0 to host api.push.apple.com left intact