Suppress “localhost wants to access connected printers Untrusted Website” when accessing Printers - QZ-tray
问题 How to properly Suppress the localhost wants to access connected printers Untrusted Website modal when accessing printers? I've tried to create a certificate through this OpenSSL command: openssl req -new -newkey rsa:2048 -sha256 -days 365 -nodes -x509 -keyout server.key -out server.crt Then addeed the override like this: authcert.override=server.crt in the qz-tray.properties file. However it is still the same the dialog box is not suppressed. What could be wrong? This is the complete cert