users@glassfish.java.net

Re: IIOP and SSL

From: Dies Koper <dies_at_jp.fujitsu.com>
Date: Wed, 16 Jan 2008 01:11:21 +0900

Any chance that you forgot to specify that integrity or confidentially
is REQUIRED in the sun-ejb-jar.xml definition for the bean you are
looking up?
Note that first the naming service (on 3700) is accessed and the IOR
that is returned will redirect the ACC to the SSL port provided that
your bean is defined to require SSL.

Gerald Holl wrote:
> ZhangJiHui wrote:
>> I think the org.omg.CORBA.ORBInitialPort should be 3700,
>> it seems that glassfish will re-porting to 3820 when communicating,
>> if you set -Djavax.net.debug=all, you'll see SSL information.
>
> It seems that SSL is not working when using port 3700. The server and
> client certificates are exchanged but the connection is not being
> encrypted. No ClientHello, key exhange or cipher suite stuff is present
> in the debug info.
>
> cheers,
> Gerald