[lucid] ubuntuone-preferences: SSL hostname validation failed
Bug #1081144 reported by
Roman Yepishev
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu One Client |
Won't Fix
|
Undecided
|
Unassigned | ||
ubuntuone-client (Ubuntu) |
Won't Fix
|
Medium
|
Ubuntu One Client Engineering team | ||
Bug Description
New lucid accounts cannot register or add a new machine.
At the moment ubuntuone-
Authorization Error
[Errno socket error] SSL hostname validation failed
This is happening because ubuntuone.com (which is referenced from lucid clients) has subject field of SSL certificate set to *.ubuntuone.com and the monkey-patched SSL verification checks for subject field only.
ubuntuone.com is present in subjectAltName but it is not being checked.
FIXED by changing the certificate on the server side.
Updated CVE patch originated from LP:882062