nonhttpd

A httpd serving nothing.
git clone git://r-36.net/nonhttpd
Log | Files | Refs | README | LICENSE

socat-nonhttpd-ssl-client.sh (64B)


      1 #!/bin/sh
      2 
      3 socat stdio openssl-connect:localhost:4433,verify=0
      4