HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/rubies/default/share/man/cat1/https@.0
https@(1)                   General Commands Manual                  https@(1)



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



                                                                     https@(1)