Merge "Fix the value of ssl_verify_client"

This commit is contained in:
Zuul 2020-11-20 01:47:02 +00:00 committed by Gerrit Code Review
commit 861b955ae1
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: