ssl - How to identify encrypted connection? - Stack Overflow

admin2025-04-19  4

I am making an application in Delphi using Indy to make a socket that can be encrypted with TLS. I have an IdTCPServer and an SslHandler connected to it. But I have some clients that can connect via TLS and others that do not support this type of connection because they are very old. I would need to know from my server if at the start of the connection I can identify if the client is connecting with TLS or not.

转载请注明原文地址:http://anycun.com/QandA/1745014974a90344.html