summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/README8
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/server.conf2
2 files changed, 4 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/Security/Send_File/README b/TAO/orbsvcs/examples/Security/Send_File/README
index c02ca187f21..e0b149b01f4 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/README
+++ b/TAO/orbsvcs/examples/Security/Send_File/README
@@ -37,16 +37,14 @@ phrase (it is 'test').
======= Testing IIOP interoperability
- We also want to verify that the client and server (assuming
- "-SSLNoProtection" flag is set in server's `server.conf' file)
- can interoperate with regular IIOP servers and clients.
+ We also want to verify that the client and
+server can interoperate with regular IIOP servers and clients.
First setup a pure IIOP server:
$ server -o test.ior
$ client -ORBSvcConf client.conf -k file://test.ior < myfile
- next a pure IIOP client (assuming "-SSLNoProtection" flag is
- set in server's `server.conf' file):
+ next a pure IIOP client:
$ server -ORBSvcConf server.conf -o test.ior
$ client -k file://test.ior < myfile
diff --git a/TAO/orbsvcs/examples/Security/Send_File/server.conf b/TAO/orbsvcs/examples/Security/Send_File/server.conf
index e178933feb9..ee0ef1aa57c 100644
--- a/TAO/orbsvcs/examples/Security/Send_File/server.conf
+++ b/TAO/orbsvcs/examples/Security/Send_File/server.conf
@@ -1,4 +1,4 @@
# $Id$
-dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate SERVER_AND_CLIENT -SSLPrivateKey PEM:server_key.pem -SSLCertificate PEM:server_cert.pem -SSLNoProtection"
+dynamic SSLIOP_Factory Service_Object * TAO_SSLIOP:_make_TAO_SSLIOP_Protocol_Factory() "-SSLAuthenticate SERVER_AND_CLIENT -SSLPrivateKey PEM:server_key.pem -SSLCertificate PEM:server_cert.pem"
static Resource_Factory "-ORBProtocolFactory SSLIOP_Factory"