From: Michael Marley Date: Sat, 14 Feb 2015 01:12:18 +0000 (-0500) Subject: Don't require SSL for loopback connections with --require-ssl X-Git-Tag: 0.12-rc1~5^2 X-Git-Url: https://git.quassel-irc.org/?a=commitdiff_plain;h=86399b61aa6f0d5101bf02588eb99fdcfdea3c63;hp=86399b61aa6f0d5101bf02588eb99fdcfdea3c63;p=quassel.git Don't require SSL for loopback connections with --require-ssl Encrypting a loopback connection is a pointless waste of computing power. This patch will allow people to use loopback connections from things like quassel-webserver without encryption while still requiring encryption for remote connections. ---