Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. SSL Problem with QML Map Viewer
Forum Updated to NodeBB v4.3 + New Features

SSL Problem with QML Map Viewer

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 749 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    skats
    wrote on last edited by skats
    #1

    Hi all,

    I get the following errors when I run the Map Viewer (QML) example found on the QT website.

    qt.network.ssl: QSslSocket: cannot resolve SSLv2_client_method
    qt.network.ssl: QSslSocket: cannot resolve SSLv2_server_method

    I have google the problem but I cannot find something that helps.
    I am running Qt5.7 on Ubuntu 14.04 LTS.
    I have already done: sudo apt-get install openssl , libssl-dev and libssl1.0.0 but did not help.

    Also please note that doing QSslSocket::supportsSsl(); returns true. So I am now struggling more to make sense why this does not work.

    Any helps would be appreciated.

    Thank you.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Those are warnings coming from the fact that you are not using the same version of OpenSSL that was used to build the Qt package. In this case nothing to worry about.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved