mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Actually, 3.2 and 3.3 don't have SSLContext either. Let's recommend only ≥ 3.4.
This commit is contained in:
parent
a7096f8b3e
commit
8c3946d31c
@ -171,7 +171,6 @@ else:
|
||||
logger.critical('This Python version does not support SSL/TLS '
|
||||
'certification authority verification, which makes your '
|
||||
'connection vulnerable to man-in-the-middle attacks.'
|
||||
'You should consider upgrading to Python 3 '
|
||||
'(or at least 2.7.9).')
|
||||
'You should consider upgrading to Python 3.4 or newer.')
|
||||
return conn
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab textwidth=79:
|
||||
|
Loading…
Reference in New Issue
Block a user