From 03f301e2196d3af6b062494c0cc6c9eb0e0af8b1 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 21 Feb 2021 12:03:04 +0900 Subject: Add eNULL to ssl_cipher when -insecure --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index d421b44..09af238 100644 --- a/main.c +++ b/main.c @@ -757,7 +757,7 @@ main(int argc, char **argv, char **envp) displayTitleTerm = argv[i] + 7; #ifdef USE_SSL else if (!strcmp("-insecure", argv[i])) { - set_param_option("ssl_cipher=ALL:@SECLEVEL=0"); + set_param_option("ssl_cipher=ALL:eNULL:@SECLEVEL=0"); #ifdef SSL_CTX_set_min_proto_version set_param_option("ssl_min_version=all"); #endif -- cgit v1.2.3