URI: 
       tfix - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 7a5b8a6202c38f14404d1840f313c859998f96bb
   DIR parent 676350ba8a8e94fcf5f7d1231384df28c1803b5e
  HTML Author: ThomasV <thomasv@gitorious>
       Date:   Wed,  2 Oct 2013 10:43:02 +0200
       
       fix
       
       Diffstat:
         M lib/interface.py                    |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/lib/interface.py b/lib/interface.py
       t@@ -338,6 +338,8 @@ class Interface(threading.Thread):
                                            do_handshake_on_connect=True)
                    except ssl.SSLError, e:
                        print_error("SSL error:", self.host, e)
       +                if e.errno != 1:
       +                    return
                        if is_new:
                            os.rename(temporary_path, cert_path + '.rej')
                        else: