Code imports don't support SNI
Bug #1436294 reported by
François Marier
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad code imports |
Triaged
|
High
|
Unassigned |
Bug Description
This import log:
https:/
suggests that the remote git repo set on this branch:
https:/
cannot be fetched because it doesn't support SSLv3:
https:/
Or perhaps it's because of SNI issues?
affects: | launchpad → lp-codeimport |
To post a comment you must log in.
It is indeed an SNI issue.
Requiring SNI on a service that isn't used exclusively by modern browsers is somewhat adventurous, since eg. December 2014's Python 2.7.9 was the first of the Python 2 series to support SNI. I suspect that bzr-git will magically work if we backport the Python changes.