I have the same problem.
here is the patche you need to apply to the code.
i build the package in my ppa for testing here:
https://launchpad.net/~mgariepy/+archive/ppa/+packages
===================================================================
--- bcfg2-1.1.1.orig/src/lib/Proxy.py 2011-05-13 16:31:07.067761778 -0400
+++ bcfg2-1.1.1/src/lib/Proxy.py 2011-05-13 16:31:26.647790486 -0400
@@ -250,7 +250,7 @@
self.timeout = timeout
def make_connection(self, host):
- host = self.get_host_info(host)[0]
+ host, self._extra_headers = self.get_host_info(host)[0:2]
http = SSLHTTPConnection(host, key=self.key, cert=self.cert,
ca=self.ca,
scns=self.scns, timeout=self.timeout)
https = httplib.HTTP()
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/777999
Title:
password authentication broken with python2.7
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs