don't traceback when server doesn't have SSL support. Fixes #7322
這個提交存在於:
父節點
64559aea11
當前提交
46f84aaf97
共有 1 個檔案被更改,包括 1 行新增 和 1 行删除
|
|
@ -1328,7 +1328,7 @@ class Connection(CommonConnection, ConnectionHandlers):
|
|||
certificate=con.Connection.ssl_certificate[i]))
|
||||
return True
|
||||
i += 1
|
||||
if hasattr(con.Connection, 'ssl_fingerprint_sha1'):
|
||||
if con.Connection.ssl_fingerprint_sha1:
|
||||
saved_fingerprint = gajim.config.get_per('accounts', self.name,
|
||||
'ssl_fingerprint_sha1')
|
||||
if saved_fingerprint:
|
||||
|
|
|
|||
載入中…
新增表格
新增問題並參考