diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/TestUtil.py | 4 | ||||
-rw-r--r-- | cpp/demo/Ice/latency/config | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index d9ea2b2519b..9c0be05ef95 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -14,8 +14,8 @@ # protocol. Otherwise TCP is used. # -protocol = "ssl" -#protocol = "" +#protocol = "ssl" +protocol = "" # # Set the host to the host name the test servers are running on. If not diff --git a/cpp/demo/Ice/latency/config b/cpp/demo/Ice/latency/config index 9c19d0a92a9..1c5f8b7752e 100644 --- a/cpp/demo/Ice/latency/config +++ b/cpp/demo/Ice/latency/config @@ -1,6 +1,4 @@ -Latency.Ping=ping:tcp -p 10000 -h localhost -Ice.Adapter.LatencyAdapter.Endpoints=tcp -p 10000 -# Latency.Ping=ping -s :ssl -p 10000 -h localhost -# Ice.Adapter.LatencyAdapter.Endpoints=ssl -p 10000 +Latency.Ping=ping:default -p 10000 -h localhost +Ice.Adapter.LatencyAdapter.Endpoints=default -p 10000 Ice.Security.Ssl.CertPath=../../../certs -Ice.Security.Ssl.Config=./client_sslconfig.xml +Ice.Security.Ssl.Config=./sslconfig.xml |