On one of my windows server 2012 R2 (going to upgrade), my event logger has been filled with
- Event ID
36887
A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 40.
with SourceSchannel
It occurs approximately every hour (+/- tens of seconds) and first logged on 11/10/2022 at 1PM. Last windows update occurred on 11/9/2022.
Its popping under Windows Logs > System.
I also noted similar errors on 11/8/2022
Event
36882
The certificate received from the remote server was issued by an untrusted certificate authority. Because of this, none of the data contained in the certificate can be validated. The SSL connection request has failed. The attached data contains the server certificate.
with SourceSchannel
Event
36888
A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 48. The Windows SChannel error state is 552.
with SourceSchannel
Another noted pattern a few seconds before every Event ID 36887
would be
- Event
7036
The WinHTTP Web Proxy Auto-Discovery Service service entered the running state.
from SourceService Control Manager
I tried stopping and starting WinHTTP and any dependent services to see if I can reproduce the error but to no avail. I also used Wireshark to monitor connections during the failure time. The closest match I found was 20.121.85.115 (a Microsoft IP) with fatal alert (Handshake failure).
I believe some hourly Windows Service is calling some Microsoft IP with an invalid SSL certificate. I just can't tell what.
Any ideas how to resolve this error?