Hello,
I'm facing a problem trying to log to admin interface over HTTPS.
I built coturn 4.5.0.6 from source code on Debian 8.8.
Everything is working proberly from stun and my all webrtc applicatons.
trying to access the web interface at:
http://mydomain:3478 works good and returns the TURN SERVER.
will kill the whole coturn process.
From the turnserver as verbose and even extra verbose, I get only this message when trying to access https:
"Segmentation fault"
So what could this mean?
Conf file is:
listening-port=3478
tls-listening-port=5349 #I tried with tls port and without, and the same issue remains
listening-ip=SERVER_IP
relay-ip=SERVER_IP
external-ip=SERVER_IP
min-port=50000
max-port=65000
lt-cred-mech
server-name=SERVER_FDQN
mysql-userdb="host=localhost dbname=turn user=turn password=pass port=3306 connect_timeout=15 read_timeout=5"
realm=SERVER_FDQN
cert= path of wildcard certificate of the domain name # Tried with self generated cert too, but the issue also remains
pkey=path of private key of the domain name
Starting turnserver:
turnserver -v
Any idea is highly appreciated and thanks for reading.