Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/python-keystoneclient/+spec/tls-verify. Description: Current Python 2.x libraries do not perform proper certificate verification. Ensure that a) client uses system certificate store for verification; b) client performs proper server certificate verification; and c) client handles server certificates signed by intermediate CAs properly. It is assumed that the server side is correctly configured and may be a dedicated SSL/TLS endpoint. Specification URL (additional information): None