Error uploading image: (SSLError): [Errno 1] _ssl.c:499: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
keystone working for both glance and swift ... Swift 1.4.4 is working well
but when I try to make glance backend stored by swift ... there's the error
============================================ root@glance:~# glance -v add name="testing" is_public=true < glance.sqlite Failed to add image. Got error: Data supplied was not valid. Details: 400 Bad Request
The server could not comply with the request since it is either malformed or otherwise incorrect.
Error uploading image: (SSLError): [Errno 1] _ssl.c:499: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Note: Your image metadata may still be in the registry, but the image's status will likely be 'killed'.
Completed in 31.4045 sec.
glance-api.conf http://pastebin.com/FBmcGDHJ
glance-registry.conf http://pastebin.com/DsVJteB4
===========================================
Our swift runs on a normal http port 8888 And auth by keystone , also glance auth by keystone , When I upload image which store in glance local FS , it works . Swift working well when uploading / listing objects for us. But when I integrate them , this error occurred ....
Does glance must using https protocol to communicate with swift ?