parent
ec3891add2
commit
117008d223
1 changed files with 1 additions and 0 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Reference in a new issue