tls icon indicating copy to clipboard operation
tls copied to clipboard

add dangle client for tokio-rustls example

Open yumm007 opened this issue 3 years ago • 0 comments

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

yumm007 avatar Dec 19 '21 15:12 yumm007