rM2-stuff icon indicating copy to clipboard operation
rM2-stuff copied to clipboard

[tilem] Download ROM over https

Open Eeems opened this issue 4 years ago • 3 comments

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

Eeems avatar Jul 26 '21 14:07 Eeems

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.

timower avatar Aug 22 '21 19:08 timower

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

Eeems avatar Aug 22 '21 22:08 Eeems

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

Eeems avatar Feb 08 '24 23:02 Eeems