fix tls cipher_suits

This commit is contained in:
Alireza Ahmadi
2024-04-16 12:39:22 +02:00
parent b673fd9032
commit 52db4e5332
-1
View File
@@ -149,7 +149,6 @@ export default {
],
tlsVersions: [ '1.0', '1.1', '1.2', '1.3' ],
cipher_suites: [
{ title: "Automatic", value: "" },
{ title: "RSA-AES128-CBC-SHA", value: "TLS_RSA_WITH_AES_128_CBC_SHA" },
{ title: "RSA-AES256-CBC-SHA", value: "TLS_RSA_WITH_AES_256_CBC_SHA" },
{ title: "RSA-AES128-GCM-SHA256", value: "TLS_RSA_WITH_AES_128_GCM_SHA256" },