I have Chevereto configured for a public container on my Openstack environment. Everything is good until I try to view the image after it has been uploaded. Image uploads just fine, shows up in the container, thumbnail shows up in the gallery, but I get a page not found when I click on the image. Digging through the logs, I see this:
A closer look at the error reveals the problem. It isn't using https at this point. My Openstack environment is pure SSL, no unencrypted connections are supported. I checked the HTTPS box on the external storage, and configured the "URL" option in the storage to have https, is there something I'm missing? How is that URL generated? From the URL option or does it grab it from Keystone?
Thanks in advance
Code:
PHP message: Can't fetch file header from external storage server: http://[SNIP]/swift/v1/jakesimages/2016/10/06/16276680563_da84544fba_o.jpg (Empty reply from server)
A closer look at the error reveals the problem. It isn't using https at this point. My Openstack environment is pure SSL, no unencrypted connections are supported. I checked the HTTPS box on the external storage, and configured the "URL" option in the storage to have https, is there something I'm missing? How is that URL generated? From the URL option or does it grab it from Keystone?
Thanks in advance