Glance, nova not working with keystone on SSL
I've used keystone-manage ssl_setup to create a keystone endpoint over SSL. (Referred http://docs.openstack.org/developer/keystone/configuration.html#ssl)
I changed the glance and nova conf files to use this new endpoint i.e, https instead of http.
I change the keystone.endpoint table to reflect that keystone endpoint URL to https://x.x.x.x:35357/v2.0 instead of http.
When i try the following i keep on getting errors, Am i missing something?
[root@sslt ~(keystone_admin)]# glance --insecure image-list Request returned failure status. Invalid OpenStack Identity credentials. [root@sslt ~(keystone_admin)]# glance image-list Authorization Failed: Unable to establish connection to https://10.213.12.14:35357/v2.0/tokens
[root@sslt ~(keystone_admin)]# glance --insecure image-list Request returned failure status.Invalid OpenStack Identity credentials. [root@sslt ~(keystone_admin)]# glance image-list Authorization Failed: Unable to establish connection to https://10.213.12.14:35357/v2.0/tokens [root@sslt ~(keystone_admin)]# nova list ERROR: [Errno 1] _ssl.c:492: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [root@sslt ~(keystone_admin)]# nova --insecure list ERROR: [Errno 111] Connection refused