diff options
author | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:25:35 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2001-11-20 19:25:35 +0000 |
commit | 2c1cb221edf47acc43ad4e2f93b3589bd80deb41 (patch) | |
tree | 3c4bce230f442be8a1b540bc91b63eee65ee9c39 /cpp/config/TestUtil.py | |
parent | Minor mods to fix some typos, and to update the .depend to support the new (diff) | |
download | ice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.tar.bz2 ice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.tar.xz ice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.zip |
Switched the protocol back to tcp for default.
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 dc6a65533b1..c99e11d7d84 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -11,7 +11,7 @@ import sys, os -protocol = "ssl" +protocol = "tcp" serverOptions = " --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleTime=30" + \ " --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=server_sslconfig.xml --Ice.Protocol=" + \ |