<div dir="ltr">Hello Openstack security experts,<div><br></div><div>I am trying to enable SSL/HTTPS in openstack REST API for all services (nova/glance endpoint URL). However, I see the documentation to enable SSL on keystone service alone.</div>
<div><br></div><div><a href="http://docs.openstack.org/grizzly/openstack-compute/admin/content//keystone-ssl.html">http://docs.openstack.org/grizzly/openstack-compute/admin/content//keystone-ssl.html</a><br></div><div><a href="http://docs.openstack.org/developer/keystone/configuration.html">http://docs.openstack.org/developer/keystone/configuration.html</a><br>
</div><div><br></div><div>1. Am I missing something? Is SSL/HTTPS supported for nova/glance API too?</div><div>2. Also, when I try to enable SSL in keystone service, all nova/glance CLI fail to work after the change. And, the debug shows it is trying to make use of http even after enabling SSL.</div>
<div><br></div><div><div># nova --debug list</div><div><br></div><div>REQ: curl -i <b>http</b>://openstack-ip:5000/v2.0/tokens -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-novaclient" -d '{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "admin_pass"}}}'</div>
<div><br></div><div>Appreciate your help.</div><div><br></div><div>Thanks,<br>Hassan</div>
</div></div>