Skip to content

Commit

Permalink
fix test secure integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd committed Jan 15, 2025
1 parent ce4af70 commit dba2821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/logstash-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi

# CentOS 7 using curl defaults does not enable TLSv1.3
CURL_OPTS="-s -k --tlsv1.2 --tls-max 1.3"
CURL_OPTS="-s -u admin:elastic -k --tlsv1.2 --tls-max 1.3"

wait_for_es() {
count=120
Expand Down

0 comments on commit dba2821

Please sign in to comment.