Disabling SSL Communication with LDAP

If you have configured Spectrum Technology Platform to use SSL communication with LDAP or Active Directory and need to switch back to using TCP, follow this procedure.

  1. Stop the Spectrum Technology Platform server.
    • To stop the server on Windows, right-click the Spectrum Technology Platform icon in the Windows system tray and select Stop Spectrum. Alternatively, you can use the Windows Services control panel and stop the Precisely Spectrum Technology Platform service.
    • To stop the server on Linux, source the SpectrumDirectory/server/bin/setup script then execute the SpectrumDirectory/server/bin/server.stop script.
  2. Open this file in a text editor:

    SpectrumDirectory\server\conf\spring\security\spectrum-config-ldap.properties

  3. Configure these properties:
    spectrum.ldap.url
    Change the URL of the LDAP server to use the TCP port rather than the SSL port. The default is 389. For example:
    spectrum.ldap.url=ldap://ldapserver.example.com:389/
    Note: You must include a slash character at the end of the URL.
    spectrum.ldap.useSSL
    Specify false to disable SSL communication with LDAP.
    spectrum.ldap.trustStore
    Comment out this property.
    spectrum.ldap.trustStore.password
    Comment out this property.