From: Sebastien V. <se...@ji...> - 2013-01-30 19:14:38
|
Hi Lee, The configuration file requires a valid users and does not support wildcard. So you have to have a valid username:password:domain:authorize line. TURN RFC requires authentication, From RFC5766: " [RFC5389] specifies an authentication mechanism called the long-term credential mechanism. TURN servers and clients MUST implement this mechanism. The server MUST demand that all requests from the client be authenticated using this mechanism, or that a equally strong or stronger mechanism for client authentication is used. " As TurnServer does not implement any other "strong mechanism for client authentication" (for example SSL/TLS client certificate authentication), it is not possible to disable authentication. For your issue, you can simply add a valid user and configure all your client to use its credentials. Regards, Le 28/01/2013 09:13, Lee Sylvester a écrit : > Hey guys, > > So, I've got my turnserver up and running. What I can't figure out is authentication. I'd like to be able to allow anyone to use this server. Could someone explain how to do this? > > So far, I've tried setting *:*:*:authorize and :::authorize, but those don't seem to work. > > Thanks loads, > Lee > > > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > Turnserver-devel mailing list > Tur...@li... > https://lists.sourceforge.net/lists/listinfo/turnserver-devel |