This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / Help me please;how to config ldaps on weblogic8?I did following:
1. tick the 'ssl enabled' on AD authentication provider
2. import the Certs into demotrust.jks (or use my own .jks)
3. added -Dweblogic.security.SSL.ignoreHostnameVerification=true into startWeblogic.cmd
I got error of 'certificate chain from ... is incompleted'.
This seems a 2-way-SSL error, but I just want a 1-way-ssl..
Any1 has any idea please?
-michaellucad(michaellucad);
2008-9-11
{382}
(#4681403@0)
-
i used weblogic utils to validate the keystore:I used utils.validateCertficateChain and it said the keystore is not valid. So how to make the certs chain complete, why?
Command here:
java -cp weblogic.jar utils.ValidateCertChain -file DemoTrust.jks
Certificate chain is invalid
keytool -list -keystore demotrust.jks
mykey, Sep 11, 2008, trustedCertEntry,
Certificate fingerprint (MD5): ******************************************
-michaellucad(michaellucad);
2008-9-12
{391}
(#4683079@0)
-
Found the certs i got seems not root-certs, since I test ldaps for another environment, and it works.
So is it possible use ldaps with non-root-certification?
-michaellucad(michaellucad);
2008-9-15
(#4689521@0)