Closed tgrsnts closed 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
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.
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();
it also return a blank array. thanks