<div dir="ltr">I found this comments in devstack <a href="https://github.com/openstack-dev/devstack/blob/master/lib/glance#L180-L181" target="_blank">https://github.com/openstack-dev/devstack/blob/master/lib/glance#L180-L181</a> and I'm trying to reproduce this not implemented behavior, because I  want to implement it with CACERT.<br><div><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote"># NOTE(dims): Currently the glance_store+swift does not support either an insecure flag<br># or ability to specify the CACERT. So fallback to http:// url</blockquote><div>I installed devstack with the following local.conf file:</div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[[local|localrc]]<br>ADMIN_PASSWORD=supersecret<br>DATABASE_PASSWORD=$ADMIN_PASSWORD<br>RABBIT_PASSWORD=$ADMIN_PASSWORD<br>SERVICE_PASSWORD=$ADMIN_PASSWORD<br>enable_service tls-proxy<br>enable_service s-proxy s-object s-container s-account<br>SWIFT_REPLICAS=1<br>SWIFT_HASH=1234123412341234<br>USE_PYTHON3=True<br>HOST_IP=10.0.2.15</blockquote><div>After that I changed http to https in /etc/glance/glance-swift-store.conf for auth_address and restarted g-api service. In the next step I upload an image, but everything working good.</div><div>Does anybody know how to reproduce it with CACERT ? </div></div>