WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: how to apps mirror support https?  (Read 489 times)

Offline hzican

  • Newbie
  • *
  • Posts: 1
how to apps mirror support https?
« 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
« Last Edit: July 26, 2025, 02:38:31 AM by hzican »

Offline mjmouse

  • Newbie
  • *
  • Posts: 2
Re: how to apps mirror support https?
« Reply #1 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.