From ff89c998c1610ad3e73a59047918f68d26237f30 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 15 Mar 2017 11:50:37 -0600 Subject: [PATCH] build_utils: enable SSL verification All our chacra endpoints (https://*.chacra.ceph.com) use HTTPS certs signed by LetsEncrypt now. There's no need to disable SSL verification here any more. (This conceptually reverts the change in f5e28bdeb675f6e245c26ae7d0e7f662ac1ed0f1). Signed-off-by: Ken Dreyer --- scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 8c8a3974..0874891d 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -110,7 +110,7 @@ make_chacractl_config () { url = "$url" user = "$CHACRACTL_USER" key = "$CHACRACTL_KEY" -ssl_verify = False +ssl_verify = True EOF } -- 2.39.5