bzr branch does not support SNI
Bug #1089352 reported by
j^
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
In Progress
|
High
|
Unassigned | ||
Breezy |
Fix Released
|
High
|
Unassigned |
Bug Description
trying to pull a branch from an https url that uses SNI (Server Name Indication) bzr fails to connect to the right host and complains about a wrong certificate.
Instead it should support SNI and just work.
Related branches
Changed in bzr: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in bzr: | |
importance: | Medium → High |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in brz: | |
milestone: | none → 3.0.0 |
Changed in brz: | |
status: | Triaged → Fix Released |
Changed in bzr: | |
assignee: | Vincent Ladeuil (vila) → nobody |
To post a comment you must log in.
with bzr branch https+pycurl:// SNI is supported, since python2.7 does not support SNI, its fixed in 3.2 it might be better to use pycurl if available by default.