Module: tools Branch: master Commit: bdc6311cb8b60ee80a7585906db236d810ab642d URL: https://source.winehq.org/git/tools.git/?a=commit;h=bdc6311cb8b60ee80a758590...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Feb 18 14:39:31 2021 +0100
winetest: Add directory to test client certificate authentication.
This needs the following change inside the SSL VirtualHost section:
<Directory /path/to/winetest/tests/clientcert> SSLVerifyClient optional_no_ca </Directory>
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
winetest/tests/clientcert/index.html | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/winetest/tests/clientcert/index.html b/winetest/tests/clientcert/index.html new file mode 100644 index 0000000..bed858b --- /dev/null +++ b/winetest/tests/clientcert/index.html @@ -0,0 +1,4 @@ +<html><body> +<h1>Hello world!</h1> +This is a test page for the Wine regression test suite. +</body></html>