libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] Configuring ciphers


From: Erik Smith
Subject: [libmicrohttpd] Configuring ciphers
Date: Sat, 19 Jun 2021 07:46:45 -0700

The security folks flagged our server for accepting SSL 3.0 ciphers that it shouldn't.  I'm not sure about the proper way to configure this for MHD.   I thought I saw a function at one pont that passes config info to gnuTLS but I can't find it.   This is how operations configures NGINIX to solve the problem:

ssl_protocols TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:AES256+AESGCM:!MD5";



reply via email to

[Prev in Thread] Current Thread [Next in Thread]