scelokhoza / Digital-Shield-VPN

A VPN program to understand how internet data is protected over network
https://github.com/scelokhoza/Digital-Shield-VPN-Server
0 stars 0 forks source link

Implement the VPN server #3

Open scelokhoza opened 4 months ago

scelokhoza commented 4 months ago

Description:

Create a server that listens for incoming connections.
Secure the connections using SSL/TLS.

Tasks:

Create a basic server using socket.
Wrap the server socket with SSL.
Handle multiple connections using threading.

basic-server.txt