summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2001-11-20 19:25:35 +0000
committerAnthony Neal <aneal@zeroc.com>2001-11-20 19:25:35 +0000
commit2c1cb221edf47acc43ad4e2f93b3589bd80deb41 (patch)
tree3c4bce230f442be8a1b540bc91b63eee65ee9c39 /cpp
parentMinor mods to fix some typos, and to update the .depend to support the new (diff)
downloadice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.tar.bz2
ice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.tar.xz
ice-2c1cb221edf47acc43ad4e2f93b3589bd80deb41.zip
Switched the protocol back to tcp for default.
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/TestUtil.py2
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=" + \