[omniORB] Binding Server Endpoint with Naming Service

Duncan Grisby duncan at grisby.org
Mon Aug 21 16:07:28 BST 2017


On Wed, 2017-08-16 at 10:30 +0100, Mark Thornber via omniORB-list
wrote:

> myServer creates a giop:tcp Endpoint and registers it with
> customerNameServer.
> 
> The Customer wants to move the Name Server to a more secure platform
> and use SSL/TLS for access.  (myServer will still create a giop:tcp
> Endpoint.)
> 
> Will populating the sslContext singleton class be sufficient to use
> SSL/TLS for registering with customerNameServer ?

Well, you need to set things up with suitable certificates, as in the
ssl_echo example in the source.

The other thing you need to think about is how you will configure the
initial NameService reference, either using an ssliop corbaname URI or
an IOR from the naming service.

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --




More information about the omniORB-list mailing list