Fix the value of ssl_verify_client
As per documentation, this should be one of none, optional, require or optional_no_ca: https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#SSLVerifyClient Change-Id: Ia586151169e7f359a2a58a33b4ac9526d0113679 Closes-bug: #1904731
This commit is contained in:
parent
cc797b648b
commit
d476a31a08
@ -231,7 +231,7 @@ outputs:
|
||||
if:
|
||||
- internal_tls_enabled
|
||||
- horizon::horizon_ca: {get_param: InternalTLSCAFile}
|
||||
horizon::ssl_verify_client: true
|
||||
horizon::ssl_verify_client: require
|
||||
- {}
|
||||
-
|
||||
if:
|
||||
|
Loading…
Reference in New Issue
Block a user