![]() | :: | Software | :: | ucspi-ssl |
sslconnect host port args
sslconnect connects to host on port via TCP, and attempts an SSL connection. It sends its standard input to the server, and prints any data it receives from the server to standard output. sslconnect can be used to transfer binary data. It does no conversion other than SSL encoding and decoding.
If port is not supplied, sslconnect uses TCP port 443 (HTTPS).
If host is not supplied, sslconnect connects to the local host.
If args are supplied, they are passed to sslclient unmodified.