timower / rM2-stuff

Collection of reMarkable related apps, utilities and libraries.
GNU General Public License v3.0
125 stars 10 forks source link

[tilem] Download ROM over https #7

Open Eeems opened 3 years ago

Eeems commented 3 years ago

I would recommend tweaking the tilem port to download the rom over https.

timower commented 3 years ago

IIRC I tried this when implementing but ran into issues when using the system wget.

But worst case we try https and use http as a fallback.

Eeems commented 3 years ago

The system wget doesn't fully implement SSL, But the one supplied by toltec does.

Eeems commented 6 months ago

https://github.com/toltec-dev/bootstrap is also an option if you want to have a version that works without having toltec installed.