summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-11-23 23:52:16 +0100
committerJose <jose@zeroc.com>2012-11-23 23:52:16 +0100
commit94f8b43cc81cf80f4c7e56aa5e1d91ce3b72a46e (patch)
tree75a9e1e704ef17980ca7705c4fc50e61c80f7e79 /scripts/TestUtil.py
parentFixed vsaddin install (diff)
downloadice-94f8b43cc81cf80f4c7e56aa5e1d91ce3b72a46e.tar.bz2
ice-94f8b43cc81cf80f4c7e56aa5e1d91ce3b72a46e.tar.xz
ice-94f8b43cc81cf80f4c7e56aa5e1d91ce3b72a46e.zip
Set IceSSL.VerifyPeer to be able to run WinRT test suite with SSL
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index d3a1039c58e..f8a5e325deb 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -673,14 +673,14 @@ sslConfigTree = {
},
"java" : {
"plugin" : " --Ice.Plugin.IceSSL=IceSSL.PluginFactory --Ice.Default.Protocol=ssl " +
- "--IceSSL.DefaultDir=%(certsdir)s --IceSSL.Password=password",
+ "--IceSSL.DefaultDir=%(certsdir)s --IceSSL.Password=password --IceSSL.VerifyPeer=%(verifyPeer)s",
"client" : " --IceSSL.Keystore=client.jks",
"server" : " --IceSSL.Keystore=server.jks",
"colloc" : " --IceSSL.Keystore=client.jks"
},
"cs" : {
"plugin" : " --Ice.Plugin.IceSSL=%(icesslcs)s:IceSSL.PluginFactory --Ice.Default.Protocol=ssl" +
- " --IceSSL.Password=password --IceSSL.DefaultDir=%(certsdir)s",
+ " --IceSSL.Password=password --IceSSL.DefaultDir=%(certsdir)s --IceSSL.VerifyPeer=%(verifyPeer)s",
"client" : " --IceSSL.CertFile=c_rsa1024.pfx --IceSSL.CheckCertName=0",
"server" : " --IceSSL.CertFile=s_rsa1024.pfx --IceSSL.ImportCert.CurrentUser.Root=cacert.pem",
"colloc" : " --IceSSL.CertFile=c_rsa1024.pfx --IceSSL.ImportCert.CurrentUser.Root=cacert.pem --IceSSL.CheckCertName=0"