A Gtk+ Widget for Displaying OpenStreetMap tiles LOOKING FOR A NEW MAINTAINER
GNU General Public License v2.0
135
stars
58
forks
source link
Missing TLS certificate verification when built with ancient libsoup #85
Closed
mcatanzaro closed 3 years ago
Hi, osm-gps-map-widget.c does not appear to be enabling TLS certificate verification on the SoupSessionAsync object it creates when built against libsoup older than 2.42. You have to do this manually when using the deprecated SoupSessionAsync.
I figure this should affect almost nobody in 2021, since libsoup 2.42 is old now, but I'm reporting it anyway because, well, the code is still there.