marcosArruda / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An option must be available for secure STUN Binding operation

GoogleCodeExporter opened this issue · comments

This is a common practice that STUN Binding request can be used in anonymous 
mode, without authentication and without security mechanism involved. ICE and 
WebRTC use STUN Binding request in anonymous mode. So this TURN/STUN server 
allows anonymous STUN Binding requests. But in some secure environments even 
that request may have to be authenticated. A new option (--secure-stun) must be 
added to satisfy the requirements of those secure environments. 

Original issue reported on code.google.com by mom040...@gmail.com on 28 Sep 2013 at 1:43

Will be available in 2.6.4.1

Original comment by mom040...@gmail.com on 28 Sep 2013 at 1:43

fixed in 2.6.4.1

Original comment by mom040...@gmail.com on 28 Sep 2013 at 5:33

  • Changed state: Fixed