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



Man(1) output converted with man2html