From 8226afd167947a83a5109e2697ac73fe8f47d039 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Feb 2017 12:01:30 +0100 Subject: [PATCH] Hide more SSL warnings --- qutebrowser/utils/log.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/utils/log.py b/qutebrowser/utils/log.py index e9ce3d463..7c96d4072 100644 --- a/qutebrowser/utils/log.py +++ b/qutebrowser/utils/log.py @@ -401,6 +401,8 @@ def qt_message_handler(msg_type, context, msg): "setting the environment variable QTWEBKIT_IMAGEFORMAT_WHITELIST=", # Installing Qt from the installer may cause it looking for SSL3 which # may not be available on the system + "QSslSocket: cannot resolve SSLv2_client_method", + "QSslSocket: cannot resolve SSLv2_server_method", "QSslSocket: cannot resolve SSLv3_client_method", "QSslSocket: cannot resolve SSLv3_server_method", # When enabling debugging with QtWebEngine