Run the server with cargo run
In another shell, execute something like
openssl s_client -key client.key -cert client.crt -CAfile ca.crt -connect localhost:8443
and start typing whatever you want
Run the server with cargo run
In another shell, execute something like
openssl s_client -key client.key -cert client.crt -CAfile ca.crt -connect localhost:8443
and start typing whatever you want