Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. OpenSSL errors for map example
Qt 6.11 is out! See what's new in the release blog

OpenSSL errors for map example

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 903 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.
  • W Offline
    W Offline
    wiadro
    wrote on last edited by
    #1

    Hi!

    i tried running the minimal_map example, but i only had openssl version 1.1 , even now, however, after replacing it with this version ( check for linux, debian ) $ openssl version

    OpenSSL 3.2.0-dev (Library: OpenSSL 3.2.0-dev )

    i still get the same error so im not sure what to do anymore, any insights?

    /Qt/Examples/Qt-6.5.0/location/build-minimal_map-Desktop_Qt_6_5_0_GCC_64bit-Debug/minimal_map...
    QML debugging is enabled. Only use this in a safe environment.
    qt.dbus.integration: Could not connect "org.freedesktop.IBus" to globalEngineChanged(QString)
    QGeoTileProviderOsm: Tileserver disabled at QUrl("http://maps-redirect.qt.io/osm/5.8/satellite")
    QGeoTileFetcherOsm: all providers resolved
    qt.tlsbackend.ossl: Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
    qt.network.ssl: The backend "cert-only" does not support QSslKey

    C 1 Reply Last reply
    0
    • W wiadro

      Hi!

      i tried running the minimal_map example, but i only had openssl version 1.1 , even now, however, after replacing it with this version ( check for linux, debian ) $ openssl version

      OpenSSL 3.2.0-dev (Library: OpenSSL 3.2.0-dev )

      i still get the same error so im not sure what to do anymore, any insights?

      /Qt/Examples/Qt-6.5.0/location/build-minimal_map-Desktop_Qt_6_5_0_GCC_64bit-Debug/minimal_map...
      QML debugging is enabled. Only use this in a safe environment.
      qt.dbus.integration: Could not connect "org.freedesktop.IBus" to globalEngineChanged(QString)
      QGeoTileProviderOsm: Tileserver disabled at QUrl("http://maps-redirect.qt.io/osm/5.8/satellite")
      QGeoTileFetcherOsm: all providers resolved
      qt.tlsbackend.ossl: Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
      qt.network.ssl: The backend "cert-only" does not support QSslKey

      C Offline
      C Offline
      ChrisW67
      wrote on last edited by ChrisW67
      #2

      @wiadro Your program seems to be loading an old version of OpenSSL from somewhere else on your machine. This may be the same folder as the executable, somewhere on the $LD_LIBRARY_PATH, or maybe elsewhere.

      For example, on my Ubuntu box there in OpenSSL 3.0.2 installed by the distribution (3.0.2-0ubuntu1.9), OpenSSL 1.1 libs installed from a distribution package (libssl1.1), and several private sets installed with Steam and snap packages.

      Try running ldd yourexe to see if it has an explicit link to something like libssl.so.1.1.

      W 1 Reply Last reply
      0
      • C ChrisW67

        @wiadro Your program seems to be loading an old version of OpenSSL from somewhere else on your machine. This may be the same folder as the executable, somewhere on the $LD_LIBRARY_PATH, or maybe elsewhere.

        For example, on my Ubuntu box there in OpenSSL 3.0.2 installed by the distribution (3.0.2-0ubuntu1.9), OpenSSL 1.1 libs installed from a distribution package (libssl1.1), and several private sets installed with Steam and snap packages.

        Try running ldd yourexe to see if it has an explicit link to something like libssl.so.1.1.

        W Offline
        W Offline
        wiadro
        wrote on last edited by
        #3

        @ChrisW67 said in OpenSSL errors for map example:

        ldd yourexe
        this isnt for an executalbe, this is just in qt creator, so im not sure how to apply this?

        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