-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upload to GCMMap only in https now #2
Comments
Other people are discussing vaguely similar issues at the GQ forum Either the forced upgrade to https was not planned, or they have not measured the consequences. |
HTTPS support has been on the todo list for a year now. :( The easiest way would be to use libcurl instead of the simple TCP client |
I understand. But if they keep the redirect to https, it won't work anymore for all supported plaftorms, not only for OpenWrt. |
I'll see how complex it is to write a wrapper for mbed TLS and integrate it. But that will take a while... |
While it'll be nice to have https included later, it's not urgent. GQ has reckoned there was an issue at their side:
|
The upload to gmcmap.com does not work anymore.
journalctl shows
When I try to simulate an upload from command-line, I get:
So it looks like they're now redirecting all requests to https, which is not supported by the code in gclog.c .
The text was updated successfully, but these errors were encountered: