I am using curl 7.52.1/open ssl 1.1.10d and HTTP2 enabled. I am trying to send the Apple push notification through command line but its not working and also not failing. When I use the APN free tester app on mac it works with the same Device Token and certificate. Below is the link to snapshot of curl version and response from apn. Everything looks ok so not sure why the notification is not getting delivered. .Also checked the connectivity with APN service, gets a response:
openssl s_client -connect api.development.push.apple.com:443 -cert C:\localhost\woohoodo\storage \Certificates\pushcert.pem -debug -showcerts -CAfile C:\curl_752\GeoTrust_Global_CA.pem
Any help will be greatly appreciated.
Snapshot: https://i.stack.imgur.com/bZbJo.png