From 5b7f19e7a855e65be6a60bcfeb02e8ccafce8e28 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 8 Aug 2018 06:28:03 +0000 Subject: [PATCH] add sclient docs --- lib/extensions/admin/sclient/index.html | 79 +++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 lib/extensions/admin/sclient/index.html diff --git a/lib/extensions/admin/sclient/index.html b/lib/extensions/admin/sclient/index.html new file mode 100644 index 0000000..ca09e72 --- /dev/null +++ b/lib/extensions/admin/sclient/index.html @@ -0,0 +1,79 @@ + + + + sclient - tls unwrapper for Windows, Mac, and Linux + + + + +

sclient

+

ssl unwrapper for Windows, Mac, and Linux

+

a poor man's alternative to openssl s_client, stunnel, socat + for the simple use case of connecting a client application that doesn't support tls+sni + through a secure connection, https proxy, or sni multiplexer + (think telnet, netcat, ssh, openvpn, etc).

+ +

Usage

+
$ sclient [-k] <remote> <local>
+

Flags

+ +

Arguments

+ + +

Example

+
$ sclient example.com:443 localhost:3000
+> [listening] example.com:443 <= localhost:3000
+
$ telnet localhost 3000
+ +

Downloads (standalone) v1.1

+ + +

Source Code

+

sclient is maintained simultaneously in go and node.js

+