Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Does Open Insight use TLS for anything
Hi, in the event log of the computer on which our LH is running, I can see many errors relating to TLS. These errors have never appeared in the event log until today, the very day that our LH stopped working.
E.G:
An TLS 1.1 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
------------------------------------------------
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 10. The Windows SChannel error state is 1203.
------------------------------------------------
A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 0.
E.G:
An TLS 1.1 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
------------------------------------------------
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 10. The Windows SChannel error state is 1203.
------------------------------------------------
A fatal alert was received from the remote endpoint. The TLS protocol defined fatal alert code is 0.
Comments
OpenInsight may indirectly use TLS for SMB (File Sharing and NTLM authentication) but I would expect your file shares to stop working if this occurred.
As Don mentioned, out-bound email often uses TLS as well as HTTPS connections (though these errors would originate on the computer where the HTTPS connection originated from and not the server - unless the server was running a task that acted as the HTTPS client.)
http://ubiqx.org/cifs/
Is there something that isn't working which is why you're investigating the event logs or are you just tracking down the messages to make sure there isn't a problem.
Wireshark might be able to tell you as it should be able to sniff some of the TLS handshakes and determine which IP address tried to initiate an unsupported connection.
And yes, that book I linked goes into too much detail. Anyway, I know what SMB and CIFS are now. Thanks.
It's too late to look at Wireshark logs, as the problem occurred last week. I was just saying that I remember looking at the Wireshark logs (on my pc) during the crash, and I saw a couple of SMB errors. But that honestly may not have had anything to do with the issue. I should look at the Wireshark logs now, when everything is running correctly, and see if those SMB errors are still occurring.
But just out of interest, even though I know what SMB is , I still don't know why OI uses it. Is it simply because the OI program and all of the files it needs in order to run are stored on a remote computer (relative to my computer)? So if all of the OI programs and data were on my computer, SMB would not be used?