From: Ken Dreyer Date: Wed, 15 Mar 2017 17:50:37 +0000 (-0600) Subject: build_utils: enable SSL verification X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F663%2Fhead;p=ceph-build.git 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 --- 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 }