mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromLDAP.java
@@ -46,6 +46,7 @@
import org.opends.quicksetup.util.Utils;
import org.opends.messages.Message;
import org.opends.messages.QuickSetupMessages;
import static org.opends.messages.AdminToolMessages.*;
/**
@@ -209,7 +210,16 @@
      {
        detail = ne.toString();
      }
      errorMessage = INFO_ERROR_READING_CONFIG_LDAP.get(detail);
      if (Utils.isCertificateException(ne))
      {
        errorMessage =
          QuickSetupMessages.INFO_ERROR_READING_CONFIG_LDAP_CERTIFICATE.get(
              detail);
      }
      else
      {
        errorMessage = INFO_ERROR_READING_CONFIG_LDAP.get(detail);
      }
    }
    catch (Throwable t)
    {