https@
Section: User Commands (1)
Index
Return to Main Contents
NAME
https@ - simple HTTPS client
SYNOPSIS
https@
host
[
page
port
args
]
DESCRIPTION
https@
connects via the IP[v4|v6] protocol to
host
on
port
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
port
is not supplied,
https@
uses TCP port 443 (HTTPS).
If
page
is not supplied,
https@
asks for / from
host.
If
host is not supplied,
https@
connects to the local host.
If
args
are supplied, they are passed to
https@
unmodified.
SEE ALSO
sslserver(1),
sslclient(1),
sslconnect(1),
sslcat(1),
tcp-environ(5).
REFERENCE
http://httpd.apache.org/docs/2.4/mod/mod_ssl.html
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- REFERENCE
-
This document was created by
man2html,
using the manual pages.
Time: 13:07:39 GMT, July 14, 2025