Make sure we have we configure the ssl_certificate_authorities and set the verify mode to force_peer to make sure the input uses it.

Fixes #6185

Fixes #6192
This commit is contained in:
Pier-Hugues Pellerin 2016-11-03 22:33:39 -04:00
parent ad91ed9706
commit b566b0db55

View file

@ -27,7 +27,8 @@ config:
port => 5044
ssl_certificate => '<%=options[:ssl_certificate]%>'
ssl_key => '<%=options[:ssl_key]%>'
ssl_verify_mode => "peer"
ssl_verify_mode => "force_peer"
ssl_certificate_authorities => '<%=options[:ssl_certificate]%>'
}
}
output {}