diff options
author | Marc Laukien <marc@zeroc.com> | 2001-11-21 17:08:45 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-11-21 17:08:45 +0000 |
commit | bc6891fb54e110accaaf08b37a83d7c8d9809d63 (patch) | |
tree | c3587bceae2f0f6e791d58699b1a6eaba1a89616 /cpp/config/TestUtil.py | |
parent | Updated to include the Security tracing property. (diff) | |
download | ice-bc6891fb54e110accaaf08b37a83d7c8d9809d63.tar.bz2 ice-bc6891fb54e110accaaf08b37a83d7c8d9809d63.tar.xz ice-bc6891fb54e110accaaf08b37a83d7c8d9809d63.zip |
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index c99e11d7d84..dc6a65533b1 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -11,7 +11,7 @@ import sys, os -protocol = "tcp" +protocol = "ssl" serverOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleTime=30" + \ " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=server_sslconfig.xml --Ice.Protocol=" + \ |