]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_utils: enable SSL verification 663/head
authorKen Dreyer <kdreyer@redhat.com>
Wed, 15 Mar 2017 17:50:37 +0000 (11:50 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 15 Mar 2017 18:09:21 +0000 (12:09 -0600)
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 <kdreyer@redhat.com>
scripts/build_utils.sh

index 8c8a3974239ac09fc55409ef711904e37f558f43..0874891dff35ee9b5e4f57424ce204f6db406b89 100644 (file)
@@ -110,7 +110,7 @@ make_chacractl_config () {
 url = "$url"
 user = "$CHACRACTL_USER"
 key = "$CHACRACTL_KEY"
-ssl_verify = False
+ssl_verify = True
 EOF
 }