From c41cc8c15514639436eafaab8ce810d1aa12d90c Mon Sep 17 00:00:00 2001 From: kyoshiro Date: Fri, 23 Mar 2007 21:45:03 +0000 Subject: [PATCH] todo faq ssl network sample --- TODO | 5 +++++ samples/bip.conf | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/TODO b/TODO index c859729..0c31e56 100644 --- a/TODO +++ b/TODO @@ -38,3 +38,8 @@ Whoopie that asked for it 23:54 < nohar> there is such thing for /who already +_____________ +FAQ: +- no ciphers => check SSL key file +- why I cannot add non-ssl servers with ssl-servers +- why is my vhost not used when I connect (one IP) diff --git a/samples/bip.conf b/samples/bip.conf index cc5dc0b..0ee8282 100644 --- a/samples/bip.conf +++ b/samples/bip.conf @@ -64,6 +64,13 @@ network { #server { host = "other.oftc.server"; port = 6667; }; }; +# SSL network sample. SSL is per-network option, not per-server ! +network { + name = "oftcs"; + ssl = "true"; + server { host = "ircs.oftc.net"; port = 9999; }; +}; + # Configuration example with one user who connects to two irc networks # To use the multi-server feature: # - define the connections