From owner-freebsd-questions@freebsd.org Fri Sep 18 12:47:54 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2A5589CD835 for ; Fri, 18 Sep 2015 12:47:54 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from douhisi.pair.com (douhisi.pair.com [209.68.5.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A45F183B for ; Fri, 18 Sep 2015 12:47:53 +0000 (UTC) (envelope-from quartz@sneakertech.com) Received: from [10.2.2.1] (pool-173-48-121-235.bstnma.fios.verizon.net [173.48.121.235]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by douhisi.pair.com (Postfix) with ESMTPSA id 624B33F797 for ; Fri, 18 Sep 2015 08:47:47 -0400 (EDT) Message-ID: <55FC07F2.1060100@sneakertech.com> Date: Fri, 18 Sep 2015 08:47:46 -0400 From: Quartz MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: HTTPS on freebsd.org, git, reproducible builds References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Sep 2015 12:47:54 -0000 > Is there a reason to encrypt something that is completely public? MitM attacks. SSL would go a long way towards ensuring that when you go to a website you're seeing the real website and not something that silently redirects you to compromised files or targeted misinformation.