glance\nova command line SSL failure [closed]
Hi, I installed openstack with RDO all in one on a CentOS7 machine. I don't know if this is related to the problem but this machine is a corporation machine and is using a proxy server.
When I try to enter simple commands such as "glance image-list" I get the following error:
> /usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
/usr/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
SSL exception connecting to https://10.76.60.193:5000/v2.0/tokens: [Errno 1] _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
What should I do?
Could you please install below packages and check
Try glance --insecure image-list
Tags refer to kilo, so I'm closing as EOL. Please reopen if the issue is still relevant. Thanks.