From 4b9f09125837f4a0e92e572530525ccd1f68b962 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 27 May 2015 11:02:55 +0300 Subject: [PATCH] znc ssl: fix #57 --- _posts/2015-02-24-znc160-ssl.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2015-02-24-znc160-ssl.md b/_posts/2015-02-24-znc160-ssl.md index f2eb079..28b2bd1 100644 --- a/_posts/2015-02-24-znc160-ssl.md +++ b/_posts/2015-02-24-znc160-ssl.md @@ -23,6 +23,11 @@ as people are asking how to disable the SSL certificate verification on \#znc at freenode a lot. Some people even wrote [a patch and scripts to disable the verification.](https://gist.github.com/KindOne-/52cfade7b937ee8b4c37) +This isn't a good idea as patching ZNC can cause all kinds of issues as +sometimes seen with zncstrap [1](https://github.com/ProjectFirrre/zncstrap/issues/16) [2](https://github.com/ProjectFirrre/zncstrap/issues/18). + +I believe same policy should apply to patching ZNC as to config files, +patch ZNC or edit config file and you will forfeit all support. And to the subject ------------------