qz-tray

Suppress “localhost wants to access connected printers Untrusted Website” when accessing Printers - QZ-tray

为君一笑 提交于 2019-12-04 13:35:09
问题 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

Suppress “localhost wants to access connected printers Untrusted Website” when accessing Printers - QZ-tray

家住魔仙堡 提交于 2019-12-03 08:31:26
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 properties file: authcert.override=C:\\Program Files\\QZ Tray\\auth\\server.crt wss.alias=qz-tray wss