Results 1 to 2 of 2

Thread: Spring LDAP TLS/SSL login

  1. #1
    Join Date
    Aug 2012
    Posts
    3

    Default Spring LDAP TLS/SSL login

    My Ldap need to connect with TLS/SSL. So I got this with the previous setting(without TLS/SSL).


    The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection

    Details error:
    Code:
    Reason: [LDAP: error code 8 - 00002028: LdapErr: DSID-0C0901FC, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v1db1]; nested exception is javax.naming.AuthenticationNotSupportedException: [LDAP: error code 8 - 00002028: LdapErr: DSID-0C0901FC, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v1db1]; nested exception is org.springframework.ldap.AuthenticationNotSupportedException: [LDAP: error code 8 - 00002028: LdapErr: DSID-0C0901FC, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v1db1]; nested exception is javax.naming.AuthenticationNotSupportedException: [LDAP: error code 8 - 00002028: LdapErr: DSID-0C0901FC, comment: The server requires binds to turn on integrity checking if SSL\TLS are not already active on the connection, data 0, v1db1]

  2. #2
    Join Date
    Aug 2012
    Posts
    3

    Default

    Anyone can help

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •