Skip to content
New issue

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

Missing TLS certificate verification when built with ancient libsoup #85

Closed
mcatanzaro opened this issue May 25, 2021 · 1 comment
Closed
Milestone

Comments

@mcatanzaro
Copy link

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.

@johnny-bit johnny-bit added this to the 1.2.1 milestone May 25, 2021
@johnny-bit
Copy link
Collaborator

Looks like the best bet would be to drop support for libsoup older than 2.42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants