This commit is contained in:
ThomasV 2013-10-02 10:43:02 +02:00
parent 676350ba8a
commit 7a5b8a6202
1 changed files with 2 additions and 0 deletions

View File

@ -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: