web-push-libs / web-push-php

Web Push library for PHP
MIT License
1.69k stars 295 forks source link

cURL error 28: NSS: client certificate not found (nickname not specified) #354

Closed ghnp5 closed 6 months ago

ghnp5 commented 2 years ago

Setup

Please check that you have installed and enabled these PHP extensions :

Problem

Occasionally, I'm seeing this error being reported when trying to send Push Notifications:

cURL error 28: NSS: client certificate not found (nickname not specified) (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

only for endpoints starting with:

https://****.notify.windows.com/w/?token=

Expected

Hopefully we wouldn't see an error. I'm not sure what is causing this.

Features Used