URI: 
       tdisable https because the server requests a client certificate - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 1b19382887c6c8f60cd98ed2b0ee8e334274362b
   DIR parent 135f208cf4a53c34a0b53ad62bd784f5ceb748b6
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Sun, 24 Feb 2013 08:21:42 +0100
       
       disable https because the server requests a client certificate
       
       Diffstat:
         M lib/exchange_rate.py                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/exchange_rate.py b/lib/exchange_rate.py
       t@@ -29,7 +29,7 @@ class Exchanger(threading.Thread):
        
            def discovery(self):
                try:
       -            connection = httplib.HTTPSConnection('blockchain.info')
       +            connection = httplib.HTTPConnection('blockchain.info')
                    connection.request("GET", "/ticker")
                except:
                    return