[OSSA 2013-018] Failing SSL cert check in Glance python client
Bug #1192229 reported by
Thomas Leaman
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Glance Client |
Fix Released
|
High
|
Thomas Leaman | ||
| OpenStack Security Advisory |
Fix Released
|
Medium
|
Thierry Carrez | ||
Bug Description
'preverify_ok is True' will always return false, the correct syntax should be 'preverify_ok == 1'.
I managed to push a fix to gerrit (under a spurious branch name as I originally opened this bug erroneously on the python-swiftclient project) https:/
Related branches
CVE References
| description: | updated |
| Changed in python-glanceclient: | |
| assignee: | nobody → Thomas Leaman (thomas-leaman) |
| status: | New → In Progress |
| summary: |
- verify_callback's second if will never be run + Failing (or missing) SSL cert check in python client |
| Changed in ossa: | |
| status: | Incomplete → Confirmed |
| importance: | Undecided → Medium |
| Changed in ossa: | |
| assignee: | nobody → Thierry Carrez (ttx) |
| Changed in python-glanceclient: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

The fix being public, this bug should be public too.