aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps/s_client.pod
diff options
context:
space:
mode:
authorMichael Trapp <m.trapp@gmx.de>2015-05-08 15:34:07 -0400
committerRich Salz <rsalz@openssl.org>2015-05-22 16:56:59 -0400
commit552bf8ec5e64d1a169069111850ebc5d250e0499 (patch)
treeb2a1370be6e7ce83e9a377c49b6e67a558d21b4c /doc/apps/s_client.pod
parent0f539dc1a2f45580435c39dada44dd276e79cb88 (diff)
downloadopenssl-552bf8ec5e64d1a169069111850ebc5d250e0499.tar.gz
RT266: Add HTTP proxy/CONNECT to s_client
Signed-off-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc/apps/s_client.pod')
-rw-r--r--doc/apps/s_client.pod7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index 6aaef19788..12a6ef7cf8 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -9,6 +9,7 @@ s_client - SSL/TLS client program
B<openssl> B<s_client>
[B<-connect host:port>]
+[B<-proxy host:port>]
[B<-servername name>]
[B<-verify depth>]
[B<-verify_return_error>]
@@ -100,6 +101,12 @@ manual page.
This specifies the host and optional port to connect to. If not specified
then an attempt is made to connect to the local host on port 4433.
+=item B<-proxy host:port>
+
+When used with the B<-connect> flag, the program uses the host and port
+specified with this flag and issues an HTTP CONNECT command to connect
+to the desired server.
+
=item B<-servername name>
Set the TLS SNI (Server Name Indication) extension in the ClientHello message.