pop-os / iso

Pop!_OS ISO production
Other
499 stars 65 forks source link

Use https apt sources where possible #272

Open ids1024 opened 3 years ago

ids1024 commented 3 years ago

Modern versions of apt have https support builtin, but repositories are typically used over http. Historically ssl has been considered unnecessary given gpg signature checking, but it's probably better to use it where possible these days.

So it looks like we should be able to use https sources for what we host ourselves, I guess.