You'll want to add the OPENSTACK_SSL_CACERT setting in your local_settings.py and have the value be the path of your CA cert file.
I thought it was documented, but looking now, I don't see it. https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L134 is the best I can point to. I will update the documentation. David > -----Original Message----- > From: Miller, Mark M (EB SW Cloud - R&D - Corvallis) > Sent: Tuesday, November 05, 2013 2:18 AM > To: OpenStack Development Mailing List (not for usage questions) > Subject: [openstack-dev] Horizon OPENSTACK_SSL_NO_VERIFY Question > > Hello community, > > I am trying to go through my OpenStack installation and turn on SSL. For the > Horizon server I have found environment variable > "OPENSTACK_SSL_NO_VERIFY" to use with unsigned certificates (set it to > "True" for self-signed certificates). This works great when I turn Keystone > SSL > on using the self-signed certificates from the keystone-manage command. > What I have not been able to find is documentation on what to do if you > want SSL verification on "using" self-signed certificates. How do I tell > Horizon > what certificates to trust? > > Regards, > > Mark > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
