Ignoring SSL Errors in Chrome ############################# :category: Misc :date: 2024-05-07 17:45:00 +0300 :tags: chrome, ssl Very useful when you are developing anything WebAuthn related. .. code-block:: google-chrome --ignore-certificate-errors --user-data-dir=$HOME/tmp/chrome-dev ``--ignore-certificate-errors`` will disable any SSL warnings like self-signed certs. ``--user-data-dir`` will isolate this unsafe Chrome instance from your regular browsing.