opends/src/server/org/opends/server/admin/AdministrationConnector.java
@@ -457,7 +457,7 @@ */ public SortedSet<String> getSSLCipherSuite() { return ADMIN_SSL_CIPHER_SUITE; return config.getSSLCipherSuite(); } @@ -477,7 +477,7 @@ */ public SortedSet<String> getSSLProtocol() { return ADMIN_SSL_PROTOCOL; return config.getSSLProtocol(); }