mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
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; }