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

Yuriy Movchan
01.20.2022 4ed62ed003d9e18bc4ff04024f8e294a47395256
opendj-cli/src/main/java/com/forgerock/opendj/cli/ConnectionFactoryProvider.java
@@ -851,6 +851,10 @@
            return new PromptingTrustManager(app, tm);
        }
        if (isFips) {
         return TrustManagers.checkUsingPkcs11TrustStore();
        }
        return tm;
    }