#The static auth secret needs to be changed, in this tutorial # we'll generate a token using OpenSSL # use-auth-secret # static-auth-secret=replace-this-secret # --- # If you decide to use use-auth-secret, After saving the changes, change the auth-secret using the following command:...
static-auth-secret=用户名 user=用户名:密钥(md5码) userdb=/etc/turnuserdb.conf #max-bps=102400 pidfile="/var/run/turnserver.pid" no-loopback-peers no-multicast-peers sha256 mobility no-cli cert=/etc/turn_server_cert.pem pkey=/etc/turn_server_pkey.pem stale-nonce use-auth-secret Verbose...
1:配置文件启动coturn,建议这种方式启动coturn:turnserver -o -a -c /usr/local/bin/turnserver.conf 开始自己配置有如下警告,后来参考上面的链接注掉了use-auth-secret就好了,可以参考diff turnserver.default,我已经配置好了 CONFIGURATION ALERT: You specified --lt-cred-mech and --use-auth-secret in the ...
# 实际值定义的私密就是通过选择static-auth-secret,或可以在数据库中找到turn_secret表(见下文)。 # #use-auth-secret # 'Static' authentication secret value (a string) for TURN REST API only. # If not set, then the turn server # will try to use the 'dynamic' value in turn_secret table ...
use-auth-secretstatic-auth-secret=583bAAAAAAAAAABBBBBBBBBBCCCCCCCCCCDDDDDDDDDDEEEEEEEEEEFFFFFFFFFF vi/etc/services stun-turn3478/tcp # Coturn stun-turn3478/udp # Coturn stun-turn-tls5349/tcp # Coturn stun-turn-tls5349/udp # Coturn
这里有两个非常相似的问题,但这两个问题都没有得到回答:我们将coturn配置为turns和use-auth-secret,并使用进行测试。当我在没有密码的情况下发出眩晕请求时,我看到了stun:hostname:5349候选srflx (我的外部IP)。当我发出< 浏览0提问于2019-02-06得票数 1 回答已采纳 1回答 如何使击晕/转弯安全? 、、、 为...
# 实际值定义的私密就是通过选择static-auth-secret,或可以在数据库中找到turn_secret表(见下文)。 # #use-auth-secret # 'Static' authentication secret value (a string) for TURN REST API only. # If not set, then the turn server # will try to use the 'dynamic' value in turn_secret table ...
fingerprint use-auth-secret static-auth-secret=*** cli-ip=127.0.0.1 cli-password=*** no-tls no-dtls no-rfc5780 no-stun-backward-compatibility no-multicast-peers no-software-attribute denied-peer-ip=10.0.0.0-10.255.255.255 denied-peer-ip=172.16.0.0-172.31.255.255 ...
# or can be found in the turn_secret table in the database (see below). # #use-auth-secret # 'Static' authentication secret value (a string) for TURN REST API only. # If not set, then the turn server # will try to use the 'dynamic' value in turn_secret table # in user data...
use-auth-secret static-auth-secret=north fingerprint total-quota=0 bps-capacity=0 stale-nonce no-multicast-peers user=turnUser:demo@sempre! pkey=/tls/tls.key cert=/tls/tls.crt mysql-userdb=“host=10.39.55.74 port=3306 dbname=coturn user=coturn password=sempre! connect_timeout=30” ...