Reply To: Azure ATP sensor : Could not create SSL/TLS secure channel
Home › Forums › Cloud Computing › Microsoft Azure › Azure ATP sensor : Could not create SSL/TLS secure channel › Reply To: Azure ATP sensor : Could not create SSL/TLS secure channel

Pistle
Participant
Aug 27, 2020 at 6:14 am
#652130
Hello,
The TLS communication is on localhost :444, any chance there is a new FW rule that cause issues?
Some of the cases we know about were resolved by making sure these registry values are set to 0 (1 is not the default)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL]
“DisableRenegoOnServer”=dword:00000001
“DisableRenegoOnClient”=dword:00000001
Was ADFS installed on this machine by any chance?