users@glassfish.java.net

Re: Simple LDAP connection over SSL (LDAPS) fails in glassfish

From: <forums_at_java.net>
Date: Sat, 3 Dec 2011 17:25:37 -0600 (CST)

 Hi,

finally it's working for me only after following the folowing steps:

  1) Import the certificate into the JDK's cacerts
     (jdk/jre/lib/security/cacerts).
  2) Update java system properties "javax.net.ssl.truststore" and
     "javax.net.ssl.keystore" to use JDK's cacerts
  3) disable security for ORB -> iiop-listener (set security-enabled=false in
     domain.xml, or via admin console)

Thanks.


--
[Message sent by forum member 'Karo']
View Post: http://forums.java.net/node/869156