Omer
Omer

Reputation: 10174

How to enable TLS1.2 on IIS7 Windows Server 2008 R2

I have a Windows Server 2008 R2 that serves services on IIS7. I enabled TLS 1.2 as you see below

enter image description here

But unfortunately, on of my client is said that they got SSL connection error using TLS 1.2. When I tried to check using OpenSSL, really there is a problem with TLS 1.2.

enter image description here

So, could you please help me, how can I fix this issue?

Upvotes: 3

Views: 12773

Answers (1)

Omer
Omer

Reputation: 10174

From Technet

For TLS 1.2 to be enabled and negotiated on servers that run Windows Server 2008 R2, you MUST create the "DisabledByDefault" entry in the appropriate subkey (Client, Server) and set it to "0". The entry will not be seen in the registry and it is set to "1" by default.

Upvotes: 2

Related Questions