mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-08-24 00:11:55 +00:00
tests: SSL client certificate validation mTLS
This commit is contained in:
4
test/test_ssl/certs_mtls/mtls-optional-foo-bar_location
Normal file
4
test/test_ssl/certs_mtls/mtls-optional-foo-bar_location
Normal file
@@ -0,0 +1,4 @@
|
||||
if ($ssl_client_verify = SUCCESS) {
|
||||
add_header Content-Type text/plain;
|
||||
return 418 'ssl_client_verify is SUCCESS';
|
||||
}
|
Reference in New Issue
Block a user