1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-12 04:58:34 +03:00

Removed duplicated default dipher on uds actor server part

This commit is contained in:
Adolfo Gómez García 2023-03-27 14:18:35 +02:00
parent 2269f8c770
commit 76f7b36508
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -45,7 +45,6 @@ from .local import LocalProvider
DEFAULT_CIPHERS = (
'ECDHE-RSA-AES256-GCM-SHA384'
':ECDHE-ECDSA-AES256-GCM-SHA384'
':ECDHE-ECDSA-AES256-GCM-SHA384'
':ECDHE-ECDSA-AES256-CCM'
':DHE-RSA-AES256-SHA256'
)