mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Include config option to disable SSL verification
Adjust README accordingly Fixes #1543
This commit is contained in:
4
docker/elk/logstash/dist/http_output.conf
vendored
4
docker/elk/logstash/dist/http_output.conf
vendored
@ -723,7 +723,9 @@ output {
|
||||
codec => "json"
|
||||
format => "json_batch"
|
||||
url => "https://${TPOT_HIVE_IP}:64294"
|
||||
cacert => "/data/hive.crt"
|
||||
# cacert => "/data/hive.crt"
|
||||
ssl_verification_mode => "${LS_SSL_VERIFICATION}"
|
||||
ssl_certificate_authorities => "/data/hive.crt"
|
||||
headers => {
|
||||
"Authorization" => "Basic ${TPOT_HIVE_USER}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user