Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 22 September 2020 at 15:15
Updated 13 October 2024 at 17:01
as per the mailing list https://dev.lucee.org/t/cannot-get-ldaps-to-work/7429/7
lucee.runtime.exp.NativeException: cannot load class through its string name, because no definition for the class with the specified name [com.sun.net.ssl.internal.ssl.Provider] could be found caused by (java.lang.ClassNotFoundException:com.sun.net.ssl.internal.ssl.Provider; java.lang.ClassNotFoundException:com.sun.net.ssl.internal.ssl.Provider;) at lucee.commons.lang.ClassUtil.loadClass(ClassUtil.java:225) at lucee.runtime.net.ldap.LDAPClient.setSecureLevel(LDAPClient.java:138) at lucee.runtime.tag.Ldap._doStartTag(Ldap.java:365) at lucee.runtime.tag.Ldap.doStartTag(Ldap.java:353)
https://github.com/lucee/Lucee/blob/5.3/core/src/main/java/lucee/runtime/net/ldap/LDAPClient.java#L135