From owner-freebsd-questions@FreeBSD.ORG Tue Oct 27 14:26:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39AC8106566C for ; Tue, 27 Oct 2009 14:26:42 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id BDE4B8FC31 for ; Tue, 27 Oct 2009 14:26:41 +0000 (UTC) Received: by ewy18 with SMTP id 18so193235ewy.43 for ; Tue, 27 Oct 2009 07:26:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=2+FDZ0iZO3nlz6FVjPnHKyLiCM7+jfZ9Rg54BAVO+XA=; b=IslnmQn/J2uOBRRCtt6cxqjl20LQebsj57rBAZbUm/4CryOZGM+puxrzeRJv/50G6q /VY302gJJioFAj+UwrEqfA88pxRJBNlH9VwN8oWuZEUHPDci8t1fJq9BasPoZbsmfZM9 YxmsF6+D7bZ+KNkKTnxFbFUVvWEwCbl2jjjWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=llRF8omiA+d7XXgECwAsXwvW0ZDd5hws/xoHVYFoJzwygYYTBHE/wDbMJuMjzP90OU wdr3Yv3VgEHSvLkmoNXnbdfK9O65v0M02/HEA11JjgI0mL7vLlLYtFSwobLb24DiFOua /cc9e5EMK6hzkqUDJ4r3GsRlOlnUh4ymqzd6w= Received: by 10.210.60.19 with SMTP id i19mr1885673eba.61.1256653600510; Tue, 27 Oct 2009 07:26:40 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 7sm127275eyg.41.2009.10.27.07.26.38 (version=SSLv3 cipher=RC4-MD5); Tue, 27 Oct 2009 07:26:39 -0700 (PDT) Date: Tue, 27 Oct 2009 14:26:37 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20091027142637.68736491@gumby.homeunix.com> In-Reply-To: References: <200910270144.n9R1iDAM037191@banyan.cs.ait.ac.th> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: howto use https in favour of http X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2009 14:26:42 -0000 On Tue, 27 Oct 2009 03:29:13 +0100 (CET) Alexander Best wrote: > i'm not using a webserver or anything. i'm just a regular user. the > point is: i often forget to specify https://... for that specific > address in apps like lynx or firefox. that's why the non-ssl version > of that site is being loaded. That's internal to the application. > i'd like freebsd to take care of this > so even if the app is trying to access the non-ssl version it should > in fact be redirected to the ssl version by freebsd. Why not just use bookmarks? If you want to avoid unsecure connections to specific sites, you can do it with a firewall, or you can install a proxy (such as squid) and use ACLs. However some sites may not look quite the same due to insecure links to graphics etc.