Some update : I have now set a list of existing and supported Cipher for the user to select. It looks like this :
.--------------------------------. |V SSL Advanced Settings | +--------------------------------+ | [X] Require Client Auth | | [X] Request Client Auth | | Ciphers suite : | | +--------------------------+ | | |[X] xyz | | | |[X] abc | | | |[X] def | | | +--------------------------+ | | Enabled protocols : | | [X] SSLv3 [X] TLSv1 | | [X] TLSv1.1 [X] TLSv1.2 | +--------------------------------+ You can select one or more ciphers, all of them are selected by default. The selection is done based on the underlying JAVA version used on the server, so I have to add a checkbox to select either Java 7 or Java 8. This is the last change in the LDAP/LDAPS tab. I have a few more changes elswhere, but it will be fast, then we can go for a release at will. Thanks !
