File: //usr/local/rvm/rubies/default/share/man/cat1/https@.0
https@(1) General Commands Manual https@(1)
[1mNAME[0m
https@ - simple HTTPS client
[1mSYNOPSIS[0m
[1mhttps@ [4m[22mhost[24m [ [4mpage[24m [4mport[24m [4margs[24m ]
[1mDESCRIPTION[0m
[1mhttps@ [22mconnects via the IP[v4|v6] protocol to [4mhost[24m on [4mport[24m via TCP, and
then attempts an SSL connection. It sends the request:
GET /page HTTP/1.0
Host: host
and prints the body of the response, removing the CR from the end of
each line.
If [4mport[24m is not supplied, [1mhttps@ [22muses TCP port 443 (HTTPS).
If [4mpage[24m is not supplied, [1mhttps@ [22masks for / from [4mhost[24m.
If [4mhost[24m [4mis[24m [4mnot[24m [4msupplied,[24m [1mhttps@ [22mconnects to the local host.
If [4margs[24m are supplied, they are passed to [1mhttps@ [22munmodified.
[1mSEE ALSO[0m
sslserver(1), sslclient(1), sslconnect(1), sslcat(1), tcp-environ(5).
[1mREFERENCE[0m
http://httpd.apache.org/docs/2.4/mod/mod_ssl.html
https@(1)