I am trying to remove TLSv1.1 from the OUD LDAPS connection handler. Want it to use just TLSv1.2..
I am trying to remove TLSv1.1 from the OUD LDAPS connection handler. Want it to use just TLSv1.2.. and not use TLS1.2 or 1 as it was set earlier.
I want to remove about 10 ciphers (like TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA ) from the LDAPSconnection handler.
What is the right delete cipher command.
Tried various options to make delete connection handler to work - to delete ssl cipher ?
1)Tried set-connection-handler - but does not have delete option .
2)Tried delete-connection-handler-prop does not exist
3) delete-collection-handler removed whole..
dsconfig -X -h <host> -p <PORT> -D "user" -j file.txt delete-connection-handler --handler-name "LDAPS Connection Handler" --delete ssl-cipher-suite:TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA --trustAll --no-prompt