SYNOPSIS
https@ host page port args
DESCRIPTION
The https@ program connects to host on port via TCP, and
then establishes 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 host is not supplied, https@ connects uses localhost.
If args are supplied, they are passed unmodified as options to sslclient.
EXIT STATUS
The https@ program exits 111 for temporary errors and 100 for permanent
errors. It exits 0 on success.
EXAMPLES
https@ www.example.com 443