[omniORB] Interoperability of omniORBpy and MICO with SSL

Duncan Grisby duncan at grisby.org
Mon Nov 16 12:27:27 UTC 2020


On Fri, 2020-11-13 at 16:28 -0600, Rob Ratcliff via omniORB-list wrote:

> I have a MICO service that is configured to use SSL using these
> settings

[...]
> I turned on debugging, but I noticed that  OmniORB never seemed to be
> trying to use SSL.  I only saw addresses with tcp in them.  (I
> prioritized my connection protocols as ssl, tcp, unix in the
> omniorb.cfg file.)
> 
> Other than compiling OmniORB and OmniORBpy with openssl enabled, is
> there anything else that needs to be done to enable ssl communication
> in OmniORBpy when access the service through an IOR or naming service
> lookup? Do I need to explicitly need to specify a sslCipherList?

You need to import omniORB.sslTP in your Python code, to enable the
SSL/TLS transport.

If you did that, and it still doesn't work, please post the stringified
IOR of the MICO object reference, and an omniORB trace from traceLevel
25 when you try to use it.

Duncan.

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





More information about the omniORB-list mailing list