Skip to content

Commit

Permalink
reenable tls check
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Dec 4, 2024
1 parent 97144bd commit cee15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for uc in loadtest/usecases/*; do
if [[ "$uc" =~ $PATTERN ]]; then
filename=${uc##*/}
# compatibility-mode for typescript
options="--compatibility-mode=experimental_enhanced --insecure-skip-tls-verify"
options="--compatibility-mode=experimental_enhanced"

# for localhost
if [[ "$IS_LOCAL" -eq 0 ]]; then
Expand Down

0 comments on commit cee15f6

Please sign in to comment.