CUPS ==== HTTPS error with CUPS remote administration ------------------------------------------- +----+---------------------------------------------------------------------------------------+-----------------------------------------------------+ | Id | Reference | License | +----+---------------------------------------------------------------------------------------+-----------------------------------------------------+ | 1 | https://wiki.archlinux.org/title/CUPS/Printer_sharing#Remote_administration | GNU Free Documentation License 1.3 or later [#f1]_ | +----+---------------------------------------------------------------------------------------+-----------------------------------------------------+ +--------------+ | Run as user | +--------------+ | ``root`` | +--------------+ You may want disable HTTPS in CUPS (if CUPS uses the default self-signed certificate) if you experience browsers throwing errors and denying browsing. .. warning:: Do this only if you are in a safe network environment since plaintext credentials can be sniffed! 1. change the encryption level in the :download:`configuration file ` .. literalinclude:: includes/etc/cups/cupsd.conf :language: ini :linenos: :emphasize-lines: 13 :caption: /etc/cups/cupsd.conf 2. restart CUPS .. code-block:: ini systemctl restart cups .. rubric:: Footnotes .. [#f1] Copyright (c) ArchWiki contributors