SSL connection error when execute "neutron --insecure agent-list" in client
Hi there, I am trying run "neutron --insecure agent-list" on client, then got these errors:
ubuntu@test:~/openstack$ neutron --insecure agent-list
Discovering versions from the identity service failed when creating the password plugin. Attempting to determine version from URL. SSL exception connecting to https://192.168.0.201:5000/v2.0/tokens: bad handshake: Error([('SSL routines', 'SSL3_GET_SERVER_CERTIFICATE', 'certificate verify failed')],)
But, nova commands executed in the same client is workable:
- nova list
- nova service-list
Please help me with solving the issue. Thank you!
Hi, Were you able to solve this issue ? I an stuck with similar issue. Any help ?