3.9.19. SSLCiphers Previous topic Parent topic Child topic Next topic

This optional parameter specifies which subset of cipher suites are permissible for this connection, using the standard OpenSSL string format. The default value is DEFAULT:!EXPORT:!LOW.
Here is an example of using SSLCiphers:
# Exclude cipher suites using RC4 too
SSLCiphers DEFAULT:!EXPORT:!LOW:!RC4