3 | | ssl_verify_client off, no problems |
4 | | ssl_verify_client on, no problems |
5 | | ssl_verify_client optional and client with certificate, no problems |
6 | | ssl_verify_client optional and client with no certificate, error 400 (not 421) with the second subdomain (page appears without problems when I browse to the first subdomain). |
| 3 | ssl_verify_client off, all subdomains can be browsed |
| 4 | ssl_verify_client on, all subdomains can be browsed |
| 5 | ssl_verify_client optional and client with certificate, all subdomains can be browsed |
| 6 | ssl_verify_client optional and client without certificate, error 400 (not 421) with the second subdomain (page appears without problems when I browse to the first subdomain). |