I read the implementation of glance-replicator, and found that the api call is initiated by httplib.HTTPConnection only without considering the https case.
I think we can enhance it by adding httplib.HTTPSConnection into it. but i'm hesitating about it because i noticed the implementation of glance-replicator is kind of different from other clis, i don't see other clis like nova, cinder use httplib.
So i would like to see any comments from community, to figure out how to enhance glance-replicator to let it support https
I read the implementation of glance-replicator, and found that the api call is initiated by httplib. HTTPConnection only without considering the https case.
I think we can enhance it by adding httplib. HTTPSConnection into it. but i'm hesitating about it because i noticed the implementation of glance-replicator is kind of different from other clis, i don't see other clis like nova, cinder use httplib.
So i would like to see any comments from community, to figure out how to enhance glance-replicator to let it support https