Hello, We need to change our LDAP connection to LDAPS but we received the following error. simple bind failed: dc.domain.local With a 3rd party LDAP Browser it is working from this machine. Thanks Regards sys-adm asked 28.01.2020 at 11:06 sys-adm
showing 5 of 8
show 3 more comments
|
Problem is solved. Thanks to Alex for your great help. We have imported the root and intermediate certificate to the java truststore from our IVY setup.
Some pitfalls was that our domaincontroller had multiple certificates. Between the changes was a reboot helpful. answered 29.01.2020 at 09:20 sys-adm alright! thank you very much for this answer here!
(29.01.2020 at 09:36)
Alex Suter ♦♦
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 28.01.2020 at 11:06
Seen: 1,578 times
Last updated: 29.01.2020 at 09:36
Maybe you need to put the certiface in the JVM trustore of ivy.
Where i can put the certificate to the truststore? You have some tips for this? Thanks for your help.
https://answers.axonivy.com/questions/421/import-certificate-for-https-web-service-calls
Thanks for your answer. We have tried and they ask us for a password. Is this a default password or was this set on the setup?
who has asked you for a password??
Ok it was the java default password for the truststore. We have now imported our root and intermediate certificate from the internal ca. But it is not working. Same error message.
it was just a guess. you don't have a stacktrace somewhere?
Ok we have now found the issue. Our domaincontroller had 2 certificates. One from the old CA that no longer exist and the new one. After we have cleaned the server certificate on our domiancontroller it is working.