New comment by yoshiyoshyosh on void-packages repository https://github.com/void-linux/void-packages/pull/43648#issuecomment-1526255917 Comment: Hmm, didn't think about that. It does work fine in web browsers, but CLI downloads with `wget` or `curl` also don't work unless `--no-check-certificate` or `-k` is passed. Was also thinking of using `hostmakedepends="wget"` and `fetch_cmd="wget --no-check-certificate"` if the export is shaky and it's unable to be figured out on void's end (I'm not quite knowledgeable with working with certs myself).