This example program will:
- Establish a secure connection with a TLS server
- Send a
String
message to the server - Wait for a
String
message reply from the server
export RUST_LOG=info
cargo run <ip-address-to-connect-to> <domain-name> <ca-file>
export RUST_LOG=info
cargo run 127.0.0.1:5678 localhost end.chain