Skip to content
Snippets Groups Projects
Commit af4768fa authored by Dominik Fuhrmann's avatar Dominik Fuhrmann
Browse files

new server ip

parent 81f2aa79
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def run_client(file_path):
print(f"Cipher Suite '{cipher_suite}' erfolgreich gesetzt!")
# Sichere Verbindung mit dem Server herstellen
with socket.create_connection(("192.168.201.20", 5000)) as sock:
with socket.create_connection(("192.168.201.132", 5000)) as sock:
with context.wrap_socket(sock, server_hostname="192.168.201.20") as ssl_sock:
print("Mit dem Server verbunden!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment