Security Protocols

S

Sven W

Hi,

I have two Windows 2016 Servers with IIS installed. Same Patchlevel, same .Net Framework. Registry has no additional configuration at

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols

Server 1:

PS C:\Windows\system32> [System.Net.ServicePointManager]::SecurityProtocol
Ssl3, Tls

Server 2:

PS C:\Windows\system32> [System.Net.ServicePointManager]::SecurityProtocol
Tls, Tls11, Tls12


What can be the cause for the differing config? I want Server 1 to be configured as Server 2, although I do not see any differences.

Thanks

Sven

Continue reading...
 

Similar threads

J
Replies
0
Views
702
JasonKowalczyk
J
G
Replies
0
Views
375
Glenn Maxwell
G
C
Replies
0
Views
678
Chaitanyakrishna20
C
S
Replies
0
Views
246
Sluge1
S
Back
Top Bottom