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

jvergara
04.30.2009 ab2e0fadcb8f9af41829cdef42f27899ab0c8d06
opends/src/server/org/opends/server/admin/client/cli/SecureConnectionCliArgs.java
@@ -741,7 +741,7 @@
   */
  public boolean useSSL()
  {
    if (useSSLArg.isPresent())
    if (useSSLArg.isPresent() || alwaysSSL())
    {
      return true;
    }