fix wrong char
This commit is contained in:
parent
ecd995fda3
commit
f4c3786dc6
|
@ -477,7 +477,7 @@ class Connection(ConnectionHandlers):
|
||||||
try:
|
try:
|
||||||
errnum = con.Connection.ssl_errnum
|
errnum = con.Connection.ssl_errnum
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
errnum = -1 # we don't have an errnum
|
errnum = -1 # we don't have an errnum
|
||||||
if errnum > 0:
|
if errnum > 0:
|
||||||
# FIXME: tell the user that the certificat is untrusted, and ask him what to do
|
# FIXME: tell the user that the certificat is untrusted, and ask him what to do
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue