You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# curl https://api.push.apple.com
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
hey,
great plugin! One small thing we had to change. In our productive system we got a http_code = 0 when calling $client->push().
So we changed Client.php to this:
`private function prepareHandle(Notification $notification)
{
$request = new Request($notification, $this->isProductionEnv);
$ch = curl_init();
}`
It would be a better solution if "Client" has a method like "setOptions" where you can set all curl options to do it!
The text was updated successfully, but these errors were encountered: