Explorar el Código

Merge pull request #999 from sakkiii/patch-1

CoTurn Disable support for TLS 1.0 and TLS 1.1
pull/1002/head
Slavi Pantaleev hace 5 años
committed by GitHub
padre
commit
8ae0628c2f
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      roles/matrix-coturn/templates/turnserver.conf.j2

+ 2
- 0
roles/matrix-coturn/templates/turnserver.conf.j2 Ver fichero

@@ -16,6 +16,8 @@ no-cli
{% if matrix_coturn_tls_enabled %}
cert={{ matrix_coturn_tls_cert_path }}
pkey={{ matrix_coturn_tls_key_path }}
no-tlsv1
no-tlsv1_1
{% else %}
no-tls
no-dtls


Cargando…
Cancelar
Guardar