Error: QSslSocket: cannot resolve SSLv2_client_method

Issue #528 resolved
Susan Spencer created an issue

On Ubuntu 14.04 64 bit Test version v0.5.0.1236a build revision add5735f7896

I pulled latest code. In Qt issued Run Qmake, Build Project Valentina. I get this message:

Warning QSslSocket: cannot resolve SSLv2_client_method

I click ok. The message appears again. I click ok. Then Valentina runs, apparently without further related errors.

Comments (4)

  1. Susan Spencer reporter

    Yes you are correct. I wanted to have this officially in the issue list because others may encounter this problem. But the problem just now started because of a change to the code. It's confusing because the fix has nothing to do with Valentina.

  2. Susan Spencer reporter

    Better solution: Suppress the warning messages in Qt.
    Don't rebuild the debian OpenSSL package to enable an outdated, unsecure SSL version. Qt_RunMessage_SSL_QT_LOGGING_RULES.png In Qt, open Valentina project, select Project from left menu, then Add QT_LOGGING_RULES environment variable with value qt.network.ssl.warning=false

  3. Log in to comment