yugabyte / yb-tools

Tools for YugabyteDB database maintenance and support
Apache License 2.0
19 stars 18 forks source link

Fix ddl atomicity scripts when TLS is enabled #137

Closed jaki closed 3 months ago

jaki commented 3 months ago

Some curl commands in ddl_atomicity scripts return HTTP code 302 because they want to redirect the HTTP request to HTTPS in case TLS is enabled. Use -L to follow the redirect. Use -k to avoid certificate hassles.