Don't require SSL for loopback connections with --require-ssl 111/head
authorMichael Marley <michael@michaelmarley.com>
Sat, 14 Feb 2015 01:12:18 +0000 (20:12 -0500)
committerMichael Marley <michael@michaelmarley.com>
Wed, 4 Mar 2015 03:06:37 +0000 (22:06 -0500)
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.


No differences found