We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Looks like the best bet would be to drop support for libsoup older than 2.42
Sorry, something went wrong.
118fd80
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: