summaryrefslogtreecommitdiff
path: root/nocompile/bin/ssl
blob: 4e761224d63c9f461dfc734f519afc8f90de4773 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
#fix this to suit your needs.
/usr/local/bin/ncat --ssl "$1" "$2"

#I heard this was a bad idea.
#openssl s_client -q -connect "$1:$2"