Identity Management (MOSC)

MOSC Banner

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center