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

Maxim Thomas
03.30.2025 61dac86bceb9d727e1bd707982c41ab9467c6d5a
opendj-server-legacy/src/main/java/org/opends/server/tools/SSLConnectionFactory.java
@@ -122,7 +122,7 @@
        trustManagers = blindTrustProvider.getTrustManagers();
      } else if (trustStorePath == null) {
         if (isFips()) {
            TrustManager tm = TrustManagers.checkUsingPkcs11TrustStore();
            TrustManager tm = TrustManagers.checkUsingPkcs12TrustStore();
            trustManagers = new TrustManager[] { tm };
         } else {
            trustManagers = PromptTrustManager.getTrustManagers();