Problem using the API with python
Hi
I'm trying to get the nova url using the python scripts in the openstack docs. I can successfully get the authentication token using an HTTP connection. When I try to establish an HTTPS connection an ssl error occurs (unknown protocol). When I point my browser to https://IPADDRESS:5000 I get an ssl connection error.
I can connect to the dashboard using HTTPS. How can I configure the server to accept the required connection on port 5000?