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

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