rawilk / laravel-printing

Direct printing for Laravel apps.
https://randallwilk.dev/docs/laravel-printing
MIT License
447 stars 71 forks source link

cURL error 60: SSL certificate problem: self signed certificate in certificate chain #69

Closed tgrsnts closed 1 year ago

tgrsnts commented 1 year ago

i need help

i use Rawilk\Printing\Facades\Printing as namespace;

$printerId = 72467752; Printing::newPrintTask() ->printer($printerId) ->file(public_path($filename)) ->send();

and i run this code, it returns cURL error 60: SSL certificate problem: self signed certificate in certificate chain (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.printnode.com/printjobs.

also when i run

$printers = Printing::printers();

    dd($printers);

it also return a blank array. thanks

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.