tls
tls copied to clipboard
add dangle client for tokio-rustls example
start server
cargo run -- 0.0.0.0:8045 --cert ../key/cert.pem --key ../key/server.key.pem
start client with ip
cargo run -- -p 8045 127.0.0.1