I’m having some issues downloading extensions in the xwiki extension manager.
When i try to install any extension it says its unable to find a valid certification path.
I also have the Active Directory extension installed and conigured.
I dont know wether it has anything todo with it, but I had to import my own internal CA cert to the jssecerts keystore like mentioned on the bottom of this site: Use cases of configuration to authenticate users with LDAP (XWiki.org)
Which exact version of Java are you using ? This is the kind of error you can get with a very old version of Java 8 for example because it does not know Let's Encrypt certificates.
In the XWiki Docomentation I read that LDAPS authentication needs the internal CA Certificate importet to the Java Certificate Store.
Maybe i misunderstood the documentation, so I manually created the “jssecacerts” store in "/usr/lib/jvm/java-11-openjdk-amd64/lib/security". So the manually created certstore “jssecacerts” only provided my own internal CA Certificate.
I know deleted the jssecacerts file and importet my internal CA Cert into the "/etc/ssl/certs/java/cacerts" keystore.
Now LDAPS is working and im able to download Extensions again.