You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turn log generates error message "Bad configuration format: /etc/dhparam.pem"
I think the template turnserver.conf.j2 is missing this parameter .
The workaround is manualy modify /etc/turnserver.conf and add replace /etc/dhparam.pem with dh-file=/etc/dhparam.pem
To Reproduce
Steps to reproduce the behavior:
Build/start
ansible localhost -m include_role -a name=ebbba.coturn
See error"0: Bad configuration format: /etc/dhparam.pem" in /var/log/turnserver/
Hi,
Thank you a lot of building this ansible role!
Describe the bug
Turn log generates error message "Bad configuration format: /etc/dhparam.pem"
I think the template turnserver.conf.j2 is missing this parameter .
The workaround is manualy modify /etc/turnserver.conf and add replace /etc/dhparam.pem with dh-file=/etc/dhparam.pem
To Reproduce
Steps to reproduce the behavior:
Build/start
ansible localhost -m include_role -a name=ebbba.coturn
See error"0: Bad configuration format: /etc/dhparam.pem" in /var/log/turnserver/
Expected behavior
No error should be generated
Screenshots
Ubuntu 20.04.5 LTS (GNU/Linux 5.4.0-125-generic x86_64)
Ansible version
Your variables for this role - be sure to remove any sensitive information
coturn_user_quota=5
coturn_total_quota=200
ansible_os_family=debian
The text was updated successfully, but these errors were encountered: