summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Security/Send_File/README')
-rw-r--r--TAO/orbsvcs/examples/Security/Send_File/README8
1 files changed, 3 insertions, 5 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