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
(cherry picked from commit d476a31a08)
This commit is contained in:
Grzegorz Grasza 2020-11-18 13:34:54 +01:00 committed by Takashi Kajinami
parent 2a20b7582f
commit 88fea40aef
1 changed files with 1 additions and 1 deletions

View File

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