[mico-devel] encyption on the data between CORBA objects

2018-04-10 Thread GANGA KAMATH
In my project, all the subsytems talk to each other thro CORBA objects . When I tried to capture the packet between these subsystems , I see that it uses GIOP protocol and data is not encrypted . Is it possible to encrypt the data sent between CORBA objects. I am using mico 2.3.12 version on Cent

Re: [mico-devel] encyption on the data between CORBA objects

2018-04-10 Thread GANGA KAMATH
lease update to latest MICO HEAD from darcs repository and then see > demo/ssl and demo/sl3 or even test/sl3 subdirectories for various > examples of using TLS-protected communication. > > Cheers, > Karel > > On 04/10/18 02:31 PM, GANGA KAMATH wrote: > > In my project, al

Re: [mico-devel] encyption on the data between CORBA objects

2018-04-11 Thread GANGA KAMATH
ix this assertion. Thanks and regards, Ganga. On Tue, Apr 10, 2018 at 7:47 PM, GANGA KAMATH <kamath.ga...@gmail.com> wrote: > sorry for the typo .its not game. Its gmake > > I am compiling the code under demo/ssl using gmake and when i try to run > ssl script and i get

Re: [mico-devel] Corbaloc url for mico ssl

2018-04-23 Thread GANGA KAMATH
gt; Use IIOP based bootstrap service which will provide you with the > SSLIOP-based IOR for your real service... > > Cheers, > Karel > > On 04/23/18 06:09 AM, GANGA KAMATH wrote: > >> Hi, >> I am using corbaloc url >> : corbaloc:iiop:1.1@:/server/SerPOA/hel

[mico-devel] Corbaloc url for mico ssl

2018-04-22 Thread GANGA KAMATH
Hi, I am using corbaloc url : corbaloc:iiop:1.1@:/server/SerPOA/hello with clinet to connect to the host , but i am getting IDL: omg.org/CORBA/TRANSIENT:1.0 exception. What am i missing here ?? Thanks and Regards, Ganga.