The server's address is given by host and port.
Note: The kernel might use temporary changing SLAAC addresses.
sslhandle can be instructed to be multi-homing capable while binding to all available IP addresses. Now host is given as 0.0.0.0 or ::.
Further, sslhandle can be forced to provide dual-stack capabilities, thus allowing IPv4 and IPv6 clients to attach to the same instance once host equals ':0' as pseudo IP address.
port may be a numeric port number or a port name. If port is 0, sslhandle will choose a free port.
sslhandle exists, if the parent process receives a SIGTERM.
Connection options:
SSL and TLS connection options:
X509 certificate and encryption options:
Data-gathering options:
Other SSL environment variables set: PROTO, SSLLOCALHOST, SSLLOCALIP, SSLLOCALPORT, SSLREMOTEHOST, SSLREMOTEINFO, SSLREMOTEIP, SSLREMOTEPORT.
TCP environment variables set: TCPLOCALHOST, TCPLOCALIP, TCPLOCALPORT, TCPREMOTEHOST, TCPREMOTEINFO, TCPREMOTEIP, TCPREMOTEPORT.
TCP6 environment variables set: TCP6INTERFACE, TCP6LOCALHOST, TCP6LOCALIP, TCP6LOCALPORT, TCP6REMOTEHOST, TCP6REMOTEIP, TCP6REMOTEPORT.