-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSLProxyVerify #1311
SSLProxyVerify #1311
Conversation
@bmjen I've added validation test and docs. |
@@ -154,6 +154,7 @@ | |||
'ssl_verify_depth' => '3', | |||
'ssl_options' => '+ExportCertData', | |||
'ssl_openssl_conf_cmd' => 'DHParameters "foo.pem"', | |||
'ssl_proxy_verify' => 'require', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since the template checks for existence of @ssl_proxy_verify
before adding the line to the config, should this default be to undef
? By setting a default, this means that the SSLProxyVerify
line will always be present in the default config. Is that what we want?
cc/ @igalic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bmjen What would you suggest ? I might remove it. It doesn't bother me at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops sorry @occelebi . I misread the diff and didn't see this was in the test and not manifest. This is fine the way it is! Thanks!
I've added SSLProxyVerify directive in mod ssl.