iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-5
AcceptSecureTransport
AcceptSecureTransport
Syntax
AcceptSecureTransport -transport transport-name -cert cert-name
[-address server-addr] [-ciphers list-of-ciphers]
[-name server-name][-port port-num]
[-websafe pathmon:server-class]
[-nossl][-nosslv2][-nosslv3][-nopct][-requestauth/-requireauth]
Description
Use the AcceptSecureTransport directive to configure the server to accept SSL
and/or PCT connections on a specified transport (transport-name) and/or port
(port-num).
You can use the AcceptSecureTransport directive to configure one virtual host to
use WebSafe2 encryption and another virtual host to use software encryption.
The AcceptSecureTransport directive takes the following arguments:
-transport transport-name
The transport name (transport-name) is a TCP/IP process name in OSS format
(that is, preceded by /G/).
One transport-name is required.
-cert cert-name
Use the -cert argument to specify the distinguished name (cert-name) of the
certificate to be used for SSL and/or PCT requests associated with the virtual host.
The Distinguished Name must match the name in the key database file.
The -cert argument is required.
-address server-addr
Use the -address argument to configure the server to accept connections on a
specified address (server-addr). The address you specify can be either a
numeric IP address or a valid name or alias registered with the Domain Name Server
(DNS). If no -address argument is specified, the iTP Secure WebServer accepts
connections on all IP addresses currently valid for the iTP Secure WebServer
machine.
The following examples configure the httpd process to receive messages on any
address associated with the process $ZTC0, to use a specified address with the
process $ZTC1, and to use the IP address bound to the DNS name
www.goblet.com with the process $ZTC2:
-transport /G/ZTC0 -cert DN
-transport /G/ZTC1 -address 120.1.2.13 -cert DN
-transport /G/ZTC2 -address www.goblet.com -cert DN