Reputation: 2311
My question is simple. My server's operating system is Windows Server 2012 r2 and all updates were made on it.
When I run the iiscrypto I couldn't find TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
cipher suite. To find this, should I use Windows server 2016 or is there another way to get it?
Upvotes: 15
Views: 48884
Reputation: 51
Unfortunately Windows 2012 Server doesn't support tls-ecdhe-rsa-with-aes-256-gcm-sha384 or 256/128 Ciphers.
Upvotes: 4
Reputation: 114751
Microsoft has a docs page that lists all the Windows versions and their cipher suites.
First server version to support this cipher suite is indeed Windows Server 2016.
Upvotes: 19