iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—522659-001
A-10
AcceptSecureTransport
To accept only SSL connections on address 199.170.183.18 with the $ZTC0 process,
using default port 443:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address 199.170.183.18 -nopct
To accept only PCT connections on IP addresses bound to the name
www.directory.net with the $ZTC0 process, using a port other than the default
port 443, and requiring the web client to authenticate:
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address www.directory.net -port 4430
-nossl -requireauth
To accept SSL and PCT connections for two virtual hosts, on the IP addresses bound to
the DNS names www.directory.net and www-1.directory.net, using
default ports:
AcceptSecureTransport -cert {CN=www.directory.net,O=D"Directory,
Inc.",ST=Massachusetts, C=US} -transport /G/ZTC0
-address www.directory.net
AcceptSecureTransport -cert {CN=www-1.directory.net,
O="Directory, Inc.",ST=Massachusetts, C=US}
-transport /G/ZTC0 -address www-1.directory.net
To accept SSL and PCT connections on the IP addresses bound to the DNS name
www.directory.net with the $ZTC0 process (HTTP connections on ports 80 and
8080 and SSL/PCT connections on ports 443 and 4430):
Accept -transport /G/ZTC0 -address www.directory.net
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address www.directory.net
Accept -transport /G/ZTC0 -address www.directory.net -port 8080
AcceptSecureTransport -cert {CN=Juliet,O=Capulet's House of
Keys} -transport /G/ZTC0 -address www.directory.net -port 4430
Examples of Secure Transport Protocol Support (Port 4430)
To accept SSL 2.0, SSL 3.0, and PCT connections:
AcceptSecureTransport -transport /G/ZTC0 -cert {CN=...}
To accept SSL 2.0 and PCT connections:
AcceptSecureTransport -transport /G/ZTC0 -cert {CN=...} -nosslv3
To accept SSL 3.0 and PCT connections:
AcceptSecureTransport -transport /G/ZTC0 -cert {CN=...} -nosslv2
To accept SSL 2.0 and SSL 3.0 connections:
AcceptSecureTransport -transport /G/ZTC0 -cert {CN=...} -nopct