Details
-
Bug
-
Resolution: Unresolved
-
P5: Not important
-
None
-
6.5, 6.8, 6.10
-
None
Description
The OSM plugin only uses the maps-redirect service via http. It should be changed to support https as well. The service enables Qt Location users find alternate sources for OSM maps content in case one service becomes unavailable. The Qt company hosts the service data on its own web servers.
This issue was flagged by Qt IT because https has become the norm these days.
Note that SSL/https support is not always enabled on all Qt builds. Also, the patch should try https first and fall back to http if it fails. Alternatively we could consider making the plugin dependent on SSL support and otherwise not build it at all.