Andre-Germany
Jul 20, 2021Nimbostratus
Cipher-Suite
Hello all,
I would like to build a cipher suite that only allows the following two ciphers:
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
Currently the following 3 additional ciphers are allowed
TLS_ECDHE_RSA_WITH_AES_256_CBC
TLS_RSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
The current cipher string looks like this
!TLSv1:!TLSv1_1:!SSLv2:!EXPORT:!DHE+AES-GCM:!DHE+AES:!ECDHE+AES-GCM:ECDHE+AES:ECDHE+RSA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA256:RSA+AES-GCM+SHA384:-MD5:-SSLv3:-RC4:!3DES
How must the cipher string be changed to get the desired result?
Thnks for you help