commit 95e6662960f243c9731df4891a9585650a7d5e47
parent 121c134c1dc6f019434dc33db8cff4587cea13ad
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 10 Oct 2022 13:15:21 +0300
test_tls_authentication: fixed to really test TLS authentication
Previously test certificate authentication was just skipped
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c
@@ -75,7 +75,7 @@ test_secure_get (void *cls, const char *cipher_suite, int proto_version)
port = dinfo->port;
}
- ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 0);
+ ret = test_daemon_get (NULL, cipher_suite, proto_version, port, 1);
MHD_stop_daemon (d);
return ret;