4

It is my understanding from reading this article:

https://technet.microsoft.com/en-gb/library/dn786418.aspx#BKMK_SchannelTR_TLS12

That in the registry TLS 1.2 should be enabled by default on Windows Server 2012 R2.

However, checking the registry on our webservers, this key is missing?

I am using AWS EC2 boxes with the vanilla Windows Server 2012 R2 AMI.

Any help would be greatly appreciated.

Uberzen1
  • 179
  • 1
  • 1
  • 8

2 Answers2

5

I believe "enabled by default" means the key doesn't have to exist for it to be turned on. You only need to add the value if you want to disable it.

Ryan Bolger
  • 16,472
  • 3
  • 40
  • 59
  • That makes sense then, thank you for your answer, I guess my issue must be in the application not the server – Uberzen1 Jan 07 '16 at 18:33
5

IIS Crypto is a great tool for easily seeing what protocols and ciphers are enabled on your server

Mass Nerder
  • 997
  • 4
  • 6
  • Thanks, I did download that and try it in Dev but was reluctant to drop the exe and poke around on live. – Uberzen1 Jan 07 '16 at 18:43