LDAP and SSL - JaasAuth

I'm working with JaasAuth sample and need to get SSL working (instead of cleartext) for LDAP authentication. Does JSC have a keystore and if so, how do I load the certificate?
[190 byte] By [Miland] at [2007-11-26 7:52:03]
# 1

I know the bundled application server has a keystore per domain (<Creator_home>/SunAppServer8/domains/creator/config/keystore.jks). But I don't know how that is managed. Try to look at the appserver documentation at http://docs.sun.com/app/docs/coll/1343.2 etc.

The IDE itself does not have a keystore as far as I know. It would simply use the setup of the underlaying jdk (<Creator_home>/java).

I hope this helps a bit.

Thanks,

-- Marco

mw46 at 2007-7-6 20:12:07 > top of Java-index,Development Tools,Java Tools...
# 2

Hi All,

I have been instaling a payment service providers Geotrust.cer for server to server security.

My understanding is that Sun server does not look at the jdk cacerts . I changed /SunAppServer8/lib/install/templates/cacerts.jks and ./SunAppServer8/domains/creator/config/cacerts.jks and now The https connection works.

BTW I used http://portecle.sourceforge.net/ as an open source installation tool. Hope this helps.

Regards

Jim

jimmykelso at 2007-7-6 20:12:07 > top of Java-index,Development Tools,Java Tools...