MapPlugin and problem OpenSSL
-
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 QSslKeyAnd for MapBoxGl: "The geoservices provider is not supported."