Help debugging "SSLError at /project/containers/" error.
When I click on 'Containers' under 'Object Store' on the 'Project' tab I get this error from the horizon dashboard (havana).
SSLError at /project/containers/
hostname 'my-ost-1' doesn't match 'my-ost-1.example.com'
Request Method: GET
Request URL: https://my-ost-1.example.com/dashboard/project/containers/
Django Version: 1.4.11
Exception Type: SSLError
Exception Value:
hostname 'my-ost-1' doesn't match 'my-ost-1.example.com'
Exception Location: /usr/lib/python2.6/site-packages/requests/adapters.py in send, line 213
Python Executable: /usr/bin/python
Python Version: 2.6.6
Python Path:
['/usr/share/openstack-dashboard/openstack_dashboard/wsgi/../..',
'/usr/lib/python2.6/site-packages/kombu-1.0.4-py2.6.egg',
'/usr/lib/python2.6/site-packages/amqplib-1.0.2-py2.6.egg',
'/usr/lib64/python26.zip',
'/usr/lib64/python2.6',
'/usr/lib64/python2.6/plat-linux2',
'/usr/lib64/python2.6/lib-tk',
'/usr/lib64/python2.6/lib-old',
'/usr/lib64/python2.6/lib-dynload',
'/usr/lib64/python2.6/site-packages',
'/usr/lib64/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg-info',
'/usr/share/openstack-dashboard/openstack_dashboard']
Server time: Wed, 20 Aug 2014 05:25:28 +0000
I looked all my config files on my controller I see that they all use my-ost-1.example.com
and when I decode my certificates I see they are also using my-ost-1.example.com
. I am just using example.com
when asking this question. In my certificates and config files I use my actual domain.
What can I do the further debug this?
Thanks!