- Επιλύθηκε
- Αρχειοθετήθηκε
Cannot disable Cipher TLS_RSA_WITH_AES_128_GCM_SHA256 or TLS_RSA_WITH_AES_256_GCM_SHA384
Hi there, I'm trying to disable insecure ciphers in TLS 1.2 since 1.3 isn't widely supported yet. I'm using this to determine whats secure: https://browserleaks.com/ssl… (διαβάστε περισσότερα)
Hi there,
I'm trying to disable insecure ciphers in TLS 1.2 since 1.3 isn't widely supported yet.
I'm using this to determine whats secure: https://browserleaks.com/ssl
I cant find any option to disable these two ciphers:
0x009c TLS_RSA_WITH_AES_128_GCM_SHA256 0x009d TLS_RSA_WITH_AES_256_GCM_SHA384
Thanks :)