From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [IPv6:2a01:4f8:200:3141::101]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 035AC2012C3 for ; Fri, 24 Jan 2014 14:08:22 -0800 (PST) X-Virus-Scanned: amavisd-new at example.com In-Reply-To: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=toke.dk; s=201310; t=1390601295; bh=9nk8ZbUvli5Y6qDmG4bglYShjH2sW0usgVmnOCS/Zws=; h=References:Subject:From:Date:To; b=vjah/5QwvVHVzgzEPrWoOQgG4sKLUFz6qznmeSAFGXoIjZKVQ+QM77ar2Kdt+ewzC WdaZZzbo9kD38pRx2mvckVMMWBjGbT6eES3D7hwLshUE9x09uXyrxOkP6s+GfJawMB Ll2qSHJbuc3AqG8hA6HYVwof7rRuSC9l1Q3IFIro= References: Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 From: =?ISO-8859-1?Q?Toke_H=F8iland-J=F8rgensen?= Date: Fri, 24 Jan 2014 23:08:10 +0100 To: Dave Taht , "cerowrt-devel@lists.bufferbloat.net" Message-ID: <13b6a42d-47ca-4b1b-b3e8-a7ae8ba0809f@email.android.com> Subject: Re: [Cerowrt-devel] Comcast specific Cerowrt-3.10.26-7: another "too exciting for me" unrelease X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 22:08:23 -0000 > the biggest problem people have had is the switch to https vs http > for the gui, their webbrowsers' cache rewrite the url back to http, > and lighttpd, > unlike apache, doesn't give any sign as to why the connection is > not working. > > remember: https://gw.home.lan:81 from now on... How about moving the HTTPS listener to a new port, and keep the http listener on port 81, but having it redirect unconditionally to the new address? -Toke