Re: [pntaw] TURN over websockets

Simon Perreault <simon.perreault@viagenie.ca> Fri, 30 August 2013 13:02 UTC

Return-Path: <simon.perreault@viagenie.ca>
X-Original-To: pntaw@ietfa.amsl.com
Delivered-To: pntaw@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 714C321E8095 for <pntaw@ietfa.amsl.com>; Fri, 30 Aug 2013 06:02:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.383
X-Spam-Level:
X-Spam-Status: No, score=-2.383 tagged_above=-999 required=5 tests=[AWL=0.217, BAYES_00=-2.599, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MQRkRKEBI2D2 for <pntaw@ietfa.amsl.com>; Fri, 30 Aug 2013 06:02:56 -0700 (PDT)
Received: from jazz.viagenie.ca (jazz.viagenie.ca [IPv6:2620:0:230:8000::2]) by ietfa.amsl.com (Postfix) with ESMTP id DEDC821E808A for <pntaw@ietf.org>; Fri, 30 Aug 2013 06:02:55 -0700 (PDT)
Received: from [IPv6:::1] (unknown [IPv6:2001:660:3001:4012:804a:3155:d42a:4a6]) by jazz.viagenie.ca (Postfix) with ESMTPSA id 491094042A for <pntaw@ietf.org>; Fri, 30 Aug 2013 09:02:55 -0400 (EDT)
Message-ID: <52209800.7050205@viagenie.ca>
Date: Fri, 30 Aug 2013 15:02:56 +0200
From: Simon Perreault <simon.perreault@viagenie.ca>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8
MIME-Version: 1.0
To: pntaw@ietf.org
References: <52205AE1.9010807@gmail.com> <F81CEE99482EFE438DAE2A652361EE12179BF94B@MCHP04MSX.global-ad.net> <522095CB.9030109@viagenie.ca> <E44893DD4E290745BB608EB23FDDB7620A092593@008-AM1MPN1-041.mgdnok.nokia.com>
In-Reply-To: <E44893DD4E290745BB608EB23FDDB7620A092593@008-AM1MPN1-041.mgdnok.nokia.com>
X-Enigmail-Version: 1.5.2
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Subject: Re: [pntaw] TURN over websockets
X-BeenThere: pntaw@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "Discussion list for practices related to proxies, NATs, TURN, and WebRTC" <pntaw.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pntaw>, <mailto:pntaw-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/pntaw>
List-Post: <mailto:pntaw@ietf.org>
List-Help: <mailto:pntaw-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pntaw>, <mailto:pntaw-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Aug 2013 13:02:56 -0000

Le 2013-08-30 14:57, Markus.Isomaki@nokia.com a écrit :
>> I too am not convinced that we need anything more than TURN over TLS to
>> port 443.
> 
> I think we should also address networks that only allow outbound communication via an explicit HTTP/web proxy. I use one such network daily... So it should be possible to use HTTP CONNECT to establish the TURN over TLS connection via that proxy. 

Agreed. TURN/TLS over 443 through a proxy or not, up to the client.
Servers won't see the difference.

Simon