Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Java - SSL over IIOP
Forum - Java - SSL over IIOP

Avatar
Kar (Normal User)
Newbie


Messaggi: 1
Iscritto: 22/01/2008

Segnala al moderatore
Postato alle 15:35
Martedì, 22/01/2008
Hi all,

I have a CORBA/TAO server and a java application.

I want to let my java application talk (actually just authenticate) with the server via SSL and switch back to use normal CORBA calls once the login has been performed.

I have used jacorb … it was easy to set the environment (just enable SSL – and set keystore) but from there ALL the communication with the server are made in SSL.

I know a bit about POLICY  - NO_PROTECTION or CONFIDENTIALITY those two could help!

But, does anyone know if JACORB implements such policies … I have posted to the jacorb forum with no answer … and if it does how to set them at runtime?

---------

I did try to do the same in with java orb …

But how do actually initialize the ORB to use SSL …  does java orb supports SSLIOP?

---------

I have just the SERVER ior and from there all the communication goes through corba.

Any help or suggestion or book will be appreciated.

Regards
Kar


PM Quote