webpush icon indicating copy to clipboard operation
webpush copied to clipboard

If there is a problem with SSL certificate, no error is shown.

Open dan979 opened this issue 1 year ago • 1 comments

Greetings.

I was having troubles to send the notifications since I got no errors at all, not even in the log file. I figured out the problem was the SSL certificate when I tried the web-push-php-example and got the certificate error message:

SSL certificate problem: unable to get local issuer certificate"

Once I fixed the certificate following the steps specified in the web-push-php repository everything worked fine.

dan979 avatar Feb 11 '24 01:02 dan979

I solved this problem with this https://github.com/FiloSottile/mkcert

amrikarisma avatar Aug 23 '24 03:08 amrikarisma

Thanks for reporting this issue. I'll close it, because you've already found a solution. If you think there is a need to change anything in this package. Please let us know by opening a PR with the proposed change.

joostdebruijn avatar Feb 26 '25 15:02 joostdebruijn