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

vharseko
12.15.2019 86ac4c336a5819ce8bd107a1752643a43a98bb81
set default PROTOCOL_TLS1_2 = "TLSv1.2";
1 files modified
2 ■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/SSLContextBuilder.java 2 ●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/SSLContextBuilder.java
@@ -72,7 +72,7 @@
    private TrustManager trustManager;
    private KeyManager keyManager;
    private String protocol = PROTOCOL_TLS1;
    private String protocol = PROTOCOL_TLS1_2;
    private SecureRandom random;
    /** These are mutually exclusive. */