users@glassfish.java.net

Re: Standalone EJB Client & SSL

From: <glassfish_at_javadesktop.org>
Date: Wed, 03 Mar 2010 12:13:14 PST

If you are willing to try something else, please try doing the following in your client (presumably in combination with setting the initial pot to 3820), and such that the property is set before any lookups are performed (including by injection).

 // This property is true (in appclient Main)
 // if SSL is required to be used by clients.
   
 public static final String ORB_SSL_CLIENT_REQUIRED = "com.sun.CSIV2.ssl.client.required";

GlassFishORBHelper.getOrb(). setCSIv2Prop(ORB_SSL_CLIENT_REQUIRED,"true');

GlassFishORBHelper is in: glassfishv3/glassfish/modules/orb-connector.jar

Ron
[Message sent by forum member 'monzillo' (ronald.monzillo_at_sun.com)]

http://forums.java.net/jive/thread.jspa?messageID=389902