1
0
mirror of https://github.com/lammertb/libhttp.git synced 2026-01-03 16:02:30 +03:00

Described ssl_cipher_list option.

This commit is contained in:
Mateusz Gralka
2015-11-16 08:18:00 +01:00
parent 1a40e021a3
commit 3435b67fd0

View File

@@ -410,6 +410,10 @@ Loads default trusted certificates locations set at openssl compile time.
### ssl_forward_secrecy `yes`
Enable [forward secrecy](https://en.wikipedia.org/wiki/Forward_secrecy).
### ssl_cipher_list
List of ciphers, specified in OpenSSL format, to present to the client.
See [this entry](https://www.openssl.org/docs/manmaster/apps/ciphers.html) in OpenSSL documentation for details.
# Lua Scripts and Lua Server Pages
Pre-built Windows and Mac civetweb binaries have built-in Lua scripting
support as well as support for Lua Server Pages.