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. MapPlugin and problem OpenSSL
Qt 6.11 is out! See what's new in the release blog

MapPlugin and problem OpenSSL

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 429 Views
  • 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.
  • A Offline
    A Offline
    arttsioba
    wrote on last edited by arttsioba
    #1

    Hi, please help me!
    There is such a problem, I have two versions of qt 5.15 and 6.5
    in version 5.15. I'm using OpenSSL version 3.0.2 15 Mar 2022. In version 5.15, I have the following code for a map:
    Map {
    id: map
    width: parent.width
    height: parent.height
    zoomLevel: 12
    plugin: Plugin {name : "osm"}
    // plugin: Plugin {name : "mapboxgl"}
    }
    Everything works fine here.
    I decided to upgrade to Qt 6.5, but neither the Osm plugin nor the MapBoxGl plugin work. In the case of Osm, it gives the following errors:
    qt.tlsbackend.ossl: Incompatible version of OpenSSL (built with OpenSSL >= 3.x, runtime version is < 3.x)
    QGeoTileProviderOsm: Tileserver disabled at QUrl("http://maps-redirect.qt.io/osm/5.8/satellite")
    QGeoTileFetcherOsm: all providers resolved
    qt.network.ssl: The backend "cert-only" does not support QSslKey

    And for MapBoxGl: "The geoservices provider is not supported."

    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