diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-02-15 20:46:43 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-02-15 20:46:43 +0000 |
commit | 183b34b8ec601e0ad6c7b08e0750c28170fe60eb (patch) | |
tree | eafa964239be6f17e89dee277a89ac30ae39ed78 /cpp/config/TestUtil.py | |
parent | adding test scripts (diff) | |
download | ice-183b34b8ec601e0ad6c7b08e0750c28170fe60eb.tar.bz2 ice-183b34b8ec601e0ad6c7b08e0750c28170fe60eb.tar.xz ice-183b34b8ec601e0ad6c7b08e0750c28170fe60eb.zip |
Initial work on the Glacier Router Starter - Ice file has been modified,
and now startRouter() returns a publicKey and privateKey to the client.
Work will continue to load that into the client's SSL context.
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 403293a5b1e..57d364473a2 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 |