socat-nonhttpd-ssl-client.sh (64B)
1 #!/bin/sh 2 3 socat stdio openssl-connect:localhost:4433,verify=0 4