[tools] winetest: Add directory to test client certificate authentication.
18 Feb
2021
18 Feb
'21
1:39 p.m.
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(a)codeweavers.com> --- winetest/tests/clientcert/index.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 winetest/tests/clientcert/index.html 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> -- 2.30.0
1765
Age (days ago)
1765
Last active (days ago)
0 comments
1 participants
participants (1)
-
Hans Leidekker