I have two Windows Server 2012 R2 servers, one with IIS, the other with Apache2. They are used as internal web servers, and they have auto-generated, untrusted certificates.
Using Edge browser version 121.0.2277.112, attempting to connect to these web servers using HTTPS returns: ERR_CONNECTION_RESET which seems to be related to a TLS mismatch.
Firefox complains about the certificates, we are able to accept the risk and continue. What can I try to solve the problem ?
Update 1
I installed IIS on another server with the same OS and I can connect to it using Edge. Don't know the details of the TLS protocol but I notices that the client hello is slightly different in this successful case.I suppose it depends on something the server has already said to the client, but I don't know what and where to check.
Update 2
I erroneously wrote the problem was common to 2 windows server. I checked better and it is limited to one of them with WSUS and Trend Micro antivirus server. I summarize what happens: it works well using Firefox, connecting is immediately drop server side using Edge. The server event log is full of errors like this one: An error occurred while using SSL configuration for endpoint 0.0.0.0:443. The error status code is contained within the returned data. Client hello using Firefox or Edge toward other servers is slightly different to the one from Edge to the problematic server, but it is the first message, I cannot understand the source of this difference.