diff options
author | Jose <jose@zeroc.com> | 2012-11-30 15:44:31 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-11-30 15:44:31 +0100 |
commit | 258cf704c015df7c8aa5cf28cc32b49029b0a2a2 (patch) | |
tree | e3053e394c1700e26eda39d5f9febbb00ab62bd1 | |
parent | Fixed ICE-5061 - Fixed previous fix for Windows exit status issue (diff) | |
download | ice-258cf704c015df7c8aa5cf28cc32b49029b0a2a2.tar.bz2 ice-258cf704c015df7c8aa5cf28cc32b49029b0a2a2.tar.xz ice-258cf704c015df7c8aa5cf28cc32b49029b0a2a2.zip |
IceBox VB demo configuration fix.
IceSSL was configured in both config.icebox and config.service,
just need to be configured once, removed the configuration from
config.icebox.
-rw-r--r-- | vb/demo/IceBox/hello/config.icebox | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vb/demo/IceBox/hello/config.icebox b/vb/demo/IceBox/hello/config.icebox index 31fa6702a1b..6232daf4fa2 100644 --- a/vb/demo/IceBox/hello/config.icebox +++ b/vb/demo/IceBox/hello/config.icebox @@ -59,13 +59,3 @@ Ice.Warn.Connections=1 # 1 = trace protocol messages # #Ice.Trace.Protocol=1 - -# -# SSL plug-in configuration -# -Ice.Plugin.IceSSL=IceSSL:IceSSL.PluginFactory -IceSSL.DefaultDir=../../../../certs -IceSSL.ImportCert.CurrentUser.Root=cacert.pem -IceSSL.CertFile=s_rsa1024.pfx -IceSSL.Password=password - |