How to connect Horizon to Keystone installation with self-signed SSL
I'm setting up an Openstack Essex deployment, with Keystone running over SSL. I've set up a CA for our organization and am using self-signed keys. It looks like Horizon is rejecting the keys at the SSL library layer with the response "Error: Unable to communicate with identity service: [Errno 1] _ssl.c:490: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed. (HTTP 400)".
Is it possible to configure Horizon to either be permissive in SSL connections, or to make it recognize our CA as valid? If so, how?