Comment 5 for bug 1593268

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (stable/mitaka)

Reviewed: https://review.openstack.org/334806
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=e46f0c77b7bb0167d48a9be915ce5e028e44dca6
Submitter: Jenkins
Branch: stable/mitaka

commit e46f0c77b7bb0167d48a9be915ce5e028e44dca6
Author: Gyorgy Szombathelyi <email address hidden>
Date: Thu Jun 16 17:01:35 2016 +0200

    Fix the ca certificate handling in the client sessions

    The verify parameter is a 3 state parameter:
    - it can be False if disabling CA checking is requested (insecure TLS)
    - it can be set to True to check CA with the system CA bundle
    - finally the path to the CA cert can be passed which must be used to
      check the session

    The cert parameter used currently is a client certificate, which is
    obviously wrong in this case.

    Change-Id: I100163713236a6096197e011963d08e994312dcd
    Closes-Bug: #1593268
    (cherry picked from commit 9d428206cd7326ffc29101745dc4a2b12461760f)