From 2c1cb221edf47acc43ad4e2f93b3589bd80deb41 Mon Sep 17 00:00:00 2001 From: Anthony Neal Date: Tue, 20 Nov 2001 19:25:35 +0000 Subject: Switched the protocol back to tcp for default. --- cpp/config/TestUtil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/config/TestUtil.py') 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=" + \ -- cgit v1.2.3