Re: Forcing 256-bit AES encryption on server

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 23 Jul 2014, at 7:25 AM, Slusar,Michael wrote:
> Does anyone know how to set up SSL options in httpd.conf or ssl.conf? I am trying to force the server to use 256-bit AES Encryption when the client\server hello handshake is performed.

You can control the set of ciphers that the server is willing to use using the SSLCipherSuite directive:

    http://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslciphersuite

Note that the documentation for that directive is a little out of date when it comes to describing the cipher suites that are available--- the specification is simply passed to OpenSSL, so for more accurate documentation, check which version of OpenSSL your server is compiled with. The "openssl ciphers" command is useful for checking exactly what cipher suites a given string will enable when using a given version of OpenSSL.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx






[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux