fix
This commit is contained in:
@@ -338,6 +338,8 @@ class Interface(threading.Thread):
|
|||||||
do_handshake_on_connect=True)
|
do_handshake_on_connect=True)
|
||||||
except ssl.SSLError, e:
|
except ssl.SSLError, e:
|
||||||
print_error("SSL error:", self.host, e)
|
print_error("SSL error:", self.host, e)
|
||||||
|
if e.errno != 1:
|
||||||
|
return
|
||||||
if is_new:
|
if is_new:
|
||||||
os.rename(temporary_path, cert_path + '.rej')
|
os.rename(temporary_path, cert_path + '.rej')
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user