Closed DorianScholz closed 2 years ago
Many thanks!
@misi: It is solved now?
why size 2066 is used and not 2048? has always been the standard in other industries 2048.
Debian Bullseye still giving
Bad configuration format: dh2066
I cannot confirm that after removing the entry from the configuration file, the error still appears under Debian 11 (bullseye).
I cannot confirm that after removing the entry from the configuration file, the error still appears under Debian 11 (bullseye).
show me what you changed and what mistake you have?
I do this, generate keys Diffie–Hellman:
openssl dhparam -out /var/lib/turn/dh-2048.pem 2048
inside the configuration file /etc/turnserver.conf I have it written like this
dh-file=/var/lib/turn/dh-2048.pem
@ggarber: Can you look?
Thanks @lonesomewalker and @bloodhunterd
--dh2066
is a non-existent configuration so it is expected to get an error.
Looks like the example config file has not been updated to reflect "dh2066" now being the standard.