Update server.py

This commit is contained in:
Nova Cat 2025-02-02 00:50:30 -08:00
parent ec3891add2
commit 117008d223

View file

@ -235,6 +235,7 @@ def session(connection, client, ip, isssl=False):
textt = ""
try:
print("Connected to client IP: {}".format(client))
connection.do_handshake()
if isssl:
tlsver = connection.version()
print(f"Got SSL version: {tlsver}")