To configure a listener to force the use of a cipher suite list:
- Open the Enterprise Server Administration page.
- Click
Edit next to the region you want to configure a listener for.
- Click the
Listeners tab.
- Click
Edit on the row containing the listener you want to configure.
- In the
Endpoint options group, check
Secure Sockets Layer.
- In the
Certificate field, type the full path to the certificate.
- In the
Keyfile field, type the full path to the keyfile.
- Click
Options.
This opens the SSL Options page.
- Check
TLS honor server cipher list to force clients to use the protocols and cipher suites specified in order of their priority.
- In the
TLS protocols field, type the list of protocols in order of priority, for example:
-ALL+SSL3+TLS1
- In the
Cipher suites field, type the list of cipher suites in order of priority, for example:
HIGH:!SSLv2:!RC4:!aNULL@STRENGTH
- Click
OK.
See
SSL Options for more information on configuration options.