Hi,
this bug can also be found in 1.2.0+bzr358-3:
gwibber/microblog/identica.py:
def connect(self, url, data = None):
return urllib2.urlopen(urllib2.Request(
url, data, {"Authorization": self.get_auth()})).read()
Also, this is not limited to identi.ca, but all
statusnet/laconica/whatever sites and possibly also other interfaces.
[grep for urllib(2)?\.urlopen to find possible cases]
A possible sollution would be:
http://stackoverflow.com/questions/1087227/validate-ssl-certificates-with-python/3551700#3551700
--
Bruce Schneier can read and understand Perl programs.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]