I'm getting a lot of the following exceptions in the Windows 2012 R2 Applicaiton server.
A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 46.
Below is the exception details
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Schannel" Guid="{1F678132-5938-4686-9FDC-C8FF68F15C85}" />
<EventID>36887</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2021-07-23T23:09:52.557176200Z" />
<EventRecordID>666595</EventRecordID>
<Correlation />
<Execution ProcessID="648" ThreadID="6292" />
<Channel>System</Channel>
<Computer>APPSVR1</Computer>
<Security UserID="S-10-15-120" />
</System>
- <EventData>
<Data Name="AlertDesc">46</Data>
</EventData>
</Event>
I found the process ID 648 is Lsass.exe (local security authority process)
What is the error ? How to fix it?