Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: hzican on July 26, 2025, 02:36:21 AM

Title: how to apps mirror support https?
Post by: hzican on July 26, 2025, 02:36:21 AM
sudo echo http://mirrors.163.com/tinycorelinux/ > /opt/tcemirror
is ok

sudo echo https://mirrors.tuna.tsinghua.edu.cn/tinycorelinux/ > /opt/tcemirror
not work
Title: Re: how to apps mirror support https?
Post by: mjmouse on October 16, 2025, 05:28:33 AM
First load the ca-certificates extension. Note that the following base scripts don't support https mirrors at the moment:
- provides.sh (it will download the provides list the first time but never again)
- tce-status (only the -o switch)
- tce-update (it does still work, but will make a lot of errors while you use it)

I have some modified versions of those scripts at https://github.com/mbartlett21/Core-scripts/blob/mjb/https that do fix the support.