diff options
-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 - |