kore

Kore is a web application platform for writing scalable, concurrent web based processes in C or Python.
Commits | Files | Refs | README | LICENSE | git clone https://git.kore.io/kore.git

commit d2447a88488c96618e9795b98006c36600dc19f1
parent 1fb3c013ff274639edec8afb04ff7f6eb0540a8e
Author: Joris Vink <joris@coders.se>
Date:   Mon, 14 Oct 2013 09:26:48 +0200

Better defaults for ssl_cipher, was already in example config but not here.

Diffstat:
includes/kore.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/kore.h b/includes/kore.h @@ -46,7 +46,7 @@ #define KORE_DOMAINNAME_LEN 254 #define KORE_PIDFILE_DEFAULT "/var/run/kore.pid" -#define KORE_DEFAULT_CIPHER_LIST "HIGH:!aNULL:!MD5;" +#define KORE_DEFAULT_CIPHER_LIST "EECDH+AES:EDH+AES:-SHA1:EECDH+RC4:EDH+RC4:RC4-SHA:EECDH+AES256:EDH+AES256:AES256-SHA:!aNULL:!eNULL:!EXP:!LOW:!MD5" #if defined(KORE_DEBUG) #define kore_debug(fmt, ...) \