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/ruby-3.0.2/share/man/cat1/sslconnect.0
sslconnect(1)               General Commands Manual              sslconnect(1)



sslconnect
       sslconnect - simple sslclient with verbose output

SYNOPSIS
       sslconnect [ host port args ]

DESCRIPTION
       sslconnect  connects  via  the IP[v4|v6] protocol to host on port using
       TCP, and attempts an SSL connection.  It sends its  standard  input  to
       the  server,  printing  a  CR  after  each  LF,  and prints any data it
       receives from the server to standard output.  sslconnect can be used to
       fetch  binary  data.  It does no conversion other than SSL encoding and
       decoding on received data.

       If host is not supplied, sslconnect connects to the local host.

       If port is not supplied, sslconnect uses TCP port 465 (SMTPS) and  thus
       is complementary to mconnect.

       If args are supplied, they are passed to sslclient unmodified.

       Unlike  a standard SMTP(S) client, sslconnect does not perform a DNS MX
       lookup, thus the FQDN or IP rof the MTA must be specified.

SEE ALSO
       sslserver(1), sslhandle(1), sslclient(1),  sslcat(1),  https@(1),  tcp-
       environ(5)



                                                                 sslconnect(1)