jusefjames

Results 4 comments of jusefjames

Could you try a `curl --http2 -v https://api.push.apple.com` from the command line? Do you get a error `NSS: client certificate not found (nickname not specified)`? If yes you probably have...

Yes, I think it's related to that change. There is no difference if you use Certificate or JWT because the problem is one step before: The connection to the apple...

Not sure if you tried the curl command from shell but on my side the issue was related to curl release 7.76.0. See this comment for details: https://github.com/edamov/pushok/issues/136#issuecomment-820589905

Hi, i set it like this: `$payload = Pushok\Payload::create();` `$payload->setBadge(1);`