5

Is there an https download available of ubuntu ISOs?

Bruno Pereira
  • 73,643

2 Answers2

2

There is currently no official HTTPS mirror, which can be quickly determined by reviewing the HTML source code of https://launchpad.net/ubuntu/+cdmirrors. The only HTTPS links are to other Launchpad sites, and any relative links obviously can't link to one of the mirrors.

However, you can download by torrent, which is actually relatively secure. Torrents include hashes for chunks, and through use in various P2P uses, have been strengthened from bad data injection and detection attacks, and so are quite safe.

While there may be unofficial HTTPS mirrors, they have the insecurity of being unofficial unless you get MD5 checksums from the official site and check these hashes with md5sum downloaded_file.iso on a machine which has the md5sum executable(any Ubuntu and most Linux, also Mac IIRC). You can also use a GUI hasher like md5summer for Windows, which is open-source.

nanofarad
  • 20,717
0

https://mirrors.kernel.org/ubuntu-releases

Technically the official mirrors page only lists mirrors.us.kernel.org and its brethren, but they return an SSL certificate for mirrors.kernel.org which your browser may not like.

Of course, regardless of where you download from, it's always a good practice to check hashes as in hexafraction's answer.

Nate Eldredge
  • 844
  • 9
  • 20