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 --- 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>