summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-13 20:28:08 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-13 20:28:08 +0000
commit7d200cf8404655ce2e0ba62360d7030b67eb8514 (patch)
tree9de4d4a471480bb30a4bad05fcb3859a47a1b09e /cpp/config/TestUtil.py
parentAdded for testing purposes. "cacert.pem" is a self-signed Mutable Realms CA (diff)
downloadice-7d200cf8404655ce2e0ba62360d7030b67eb8514.tar.bz2
ice-7d200cf8404655ce2e0ba62360d7030b67eb8514.tar.xz
ice-7d200cf8404655ce2e0ba62360d7030b67eb8514.zip
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-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 b1711e5463e..eeeeb09d00b 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -11,7 +11,7 @@
import sys, os
-protocol = "ssl"
+protocol = "tcp"
serverOptions = " --Ice.Protocol=" + protocol + " --Ice.Trace.Security=0 --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleTime=60 --Ice.Ssl.Config=TOPLEVELDIR/Certs/server_sslconfig.xml"
clientOptions = " --Ice.Protocol=" + protocol + " --Ice.Trace.Security=0 --Ice.Ssl.Config=TOPLEVELDIR/Certs/client_sslconfig.xml"
collocatedOptions = " --Ice.Protocol=" + protocol + " --Ice.Trace.Security=0 --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.ServerIdleTime=60 --Ice.Ssl.Config=TOPLEVELDIR/Certs/sslconfig.xml"