I have a Xerox printer on my network. I have configured the printer using cups on a Mac mini running tahoe.
I can print to the cups queue from the mac mini itself, but after removing and re-adding the shared cups queue on my mac studio, also running tahoe, I can't print anything, getting an 'Invalid Certificate - check the printer for errors" in the print center queue on the studio.
Here's what's in /var/log/cups/access_log when I print to the queue:
localhost - - [02/Oct/2025:19:45:42 -0600] "POST /printers/BW HTTP/1.1" 200 1499 Create-Job successful-ok
localhost - - [02/Oct/2025:19:45:42 -0600] "POST /printers/BW HTTP/1.1" 200 8346 Send-Document successful-ok
localhost - - [02/Oct/2025:19:45:42 -0600] "POST / HTTP/1.1" 200 347 Set-Job-Attributes successful-ok
localhost - - [02/Oct/2025:19:45:43 -0600] "POST / HTTP/1.1" 401 169 CUPS-Get-Document successful-ok
localhost - david [02/Oct/2025:19:45:43 -0600] "POST / HTTP/1.1" 200 8265 CUPS-Get-Document successful-ok
There's no error, and nothing appears in the log on the mac mini.
On the mac studio there's several lines that look like this in the logs:
error 19:58:33.605496-0600 dnssd Disabling saving preferences for { dnssd, <private>, current host, (null) } because home directory is inaccessible
error 19:58:33.637531-0600 ipp Disabling saving preferences for { com.apple.ipp, <private>, any host, (null) } because home directory is inaccessible
Anybody have anything for me?