mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
Socket: fix previous commit
This commit is contained in:
parent
91a38887a2
commit
72c4801bb9
@ -284,8 +284,8 @@ class SocketDriver(drivers.IrcDriver, drivers.ServersMixin):
|
|||||||
self.conn.connect((address, port))
|
self.conn.connect((address, port))
|
||||||
if network_config.ssl():
|
if network_config.ssl():
|
||||||
self.starttls()
|
self.starttls()
|
||||||
|
# Suppress this warning for loopback IPs.
|
||||||
elif (not network_config.requireStarttls()) and \
|
elif (not network_config.requireStarttls()) and \
|
||||||
# Suppress this warning for loopback IPs.
|
|
||||||
(ipaddress is None or not ipaddress.ip_address(address).is_loopback):
|
(ipaddress is None or not ipaddress.ip_address(address).is_loopback):
|
||||||
drivers.log.warning(('Connection to network %s '
|
drivers.log.warning(('Connection to network %s '
|
||||||
'does not use SSL/TLS, which makes it vulnerable to '
|
'does not use SSL/TLS, which makes it vulnerable to '
|
||||||
|
Loading…
Reference in New Issue
Block a user