From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 22:39:03 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D295AF17 for ; Thu, 2 Apr 2015 22:39:03 +0000 (UTC) Received: from mail-ig0-x22e.google.com (mail-ig0-x22e.google.com [IPv6:2607:f8b0:4001:c05::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9338575 for ; Thu, 2 Apr 2015 22:39:03 +0000 (UTC) Received: by igcau2 with SMTP id au2so88655800igc.0 for ; Thu, 02 Apr 2015 15:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=ObPIeOTJc+WaW3sgFjCIUbR64Nj94K0HdgBqSH/Vx/M=; b=R2zUkw3476ilvXXnvfgN8B60IG6Kt6shg+whjM6BOzAm0gT8EHOkziWqZ54OGhnFPj mgdRyswJps7YfAIu7SnOxsV+BqZqThiyPMnptdrGM8LJT3nmw0zHgDthECiVzny27dKu w8f+LFldP0LPvWNOIg9xzlrO9Y/m077IX639iCMJdZ+/9RVpeSH0OKbb+k38Z2Uswb6D 4J9c8volIBB5cpspZJlTIF33g45J8suMx7QZ3kjffp2rz/FZL8jQQ/idnbVdP/hThELf qMNb4uJMAnEUv21zKJM0P7YRdQr89f4EQcdSZiweiwCJ2k+gKk+lizExyy5s/fGKTVR2 3lMA== X-Received: by 10.50.122.5 with SMTP id lo5mr180029igb.37.1428014342841; Thu, 02 Apr 2015 15:39:02 -0700 (PDT) Received: from localhost.localdomain (c-73-3-70-211.hsd1.ut.comcast.net. [73.3.70.211]) by mx.google.com with ESMTPSA id d5sm162246igr.22.2015.04.02.15.39.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 15:39:02 -0700 (PDT) Message-ID: <551DC4F7.5090005@gmail.com> Date: Thu, 02 Apr 2015 16:38:47 -0600 From: jd1008 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Why does FreeBSD insist on https? References: <551DA84D.8030205@gmail.com> <20150402222539.37e330f8@gumby.homeunix.com> In-Reply-To: <20150402222539.37e330f8@gumby.homeunix.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 22:39:03 -0000 On 04/02/2015 03:25 PM, RW wrote: > On Thu, 02 Apr 2015 14:36:29 -0600 > jd1008 wrote: > >> https prevents intermediate hop points (such as your isp) >> from looking at the page content, or at the terms of your >> search. But that does not prevent them from seeing the url. > Actually it does. The url is sent inside the encryption. > That is good to know. I had thought otherwise.