[omniORB] SSL Question

Duncan Grisby duncan at grisby.org
Tue Apr 18 15:40:36 BST 2006


On Sunday 16 April, Horen wrote:

> To extend the question, the omniORB example is using the strigified IOR. 
> What is the syntax to force the client to use ssl , when the servant
> is located via corbaloc.....
> omniORB.cfg settings are completly ignored.
> 
> 	clientTransportRule =  72.226.138.48 ssl,tcp,unix

What makes you think the settings are ignored?  I think you are
misunderstanding the settings.

If you are using a corbaloc like corbaloc::72.226.138.48:12000/something
then you are implicitly saying
corbaloc:iiop:72.226.138.48:12000/something, i.e. to use IIOP, which is
not SSL. If you use corbaloc:ssliop:72.226.138.48:12000/something it
should work fine.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list