How can I use a non-security enabled Naming Service with a security (SSLIOP) enabled client?
When security is enabled in a CORBA client’s ORB, all invocations will be attempted using a secure connection. However, the Naming Service for example may not be set up to use security. Invocations on that Naming Service will result in a CORBA::INV_POLICY exception since the client is unable to make a secure/protected invocation on that non-security enabled Naming Service. To correct this problem, protected invocations via the Naming Service’s object reference must be disabled.