As stated in the subject line, download links on https://cgeo.org/development don't work, at least not with recent versions of Chrome. Chrome's developer console shows:
Mixed Content: The site at 'https://www.cgeo.org/' was loaded over a secure connection, but the file at 'https://download.cgeo.org/cgeo-nightly.apk' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.
The reason for this becomes obvious the page's source code is inspected:
Since the browser loaded the page via https, the download links must also be https links otherwise the browser just refuses to follow those links and instead renders the error message shown in the developer console.
Interesting, and at the same time annoying: a regular user who doesn't have the developer console open just sees nothing except that he doesn't get the desired nightly build.
As stated in the subject line, download links on https://cgeo.org/development don't work, at least not with recent versions of Chrome. Chrome's developer console shows:
The reason for this becomes obvious the page's source code is inspected:
Since the browser loaded the page via
https
, the download links must also behttps
links otherwise the browser just refuses to follow those links and instead renders the error message shown in the developer console.Interesting, and at the same time annoying: a regular user who doesn't have the developer console open just sees nothing except that he doesn't get the desired nightly build.