First time here? Check out the FAQ!
![]() | 1 | initial version |
I had the same error, and a look at /var/log/ceilometer/ceilometer-api.log
give me these lines :
2014-04-15 15:01:26.355 1246 WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2014-04-15 15:01:26.874 1246 WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2014-04-15 15:01:27.893 1246 WARNING keystoneclient.middleware.auth_token [-] Retrying on HTTP connection exception: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2014-04-15 15:01:29.912 1246 ERROR keystoneclient.middleware.auth_token [-] HTTP connection exception: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol 2014-04-15 15:01:29.912 1246 WARNING keystoneclient.middleware.auth_token [-] Authorization failed for token da062348c4efff95809e98b02c6eeaf5
so a look at my /etc/ceilometer/ceilometer.conf :
#auth_protocol=https
replaced by
auth_protocol=http
and it is all good.