Update the JMX connection handler to eliminate an incorrect and misleading
message about a missing key manager configuration entry if SSL was not enabled.
| | |
| | | sslServerCertNickname = sslServerCertNickNameAtt.activeValue(); |
| | | |
| | | // |
| | | // Get the KeyManager, if specified, |
| | | // Get the KeyManager, if specified. |
| | | if (useSSL) |
| | | { |
| | | jmxKeyManager = getJmxKeyManager(configEntryDN); |
| | | } |
| | | else |
| | | { |
| | | jmxKeyManager = null; |
| | | } |
| | | |
| | | // Create the associated RMI Connector |
| | | rmiConnector = new RmiConnector(DirectoryServer.getJMXMBeanServer(), this); |