From 7840059d8d31a4142ee5c667bca19501c6d2e279 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 3 Nov 2011 18:52:20 +0100 Subject: Taking advantage of the new TLS debugging capabilities --- Hsbot/Config.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Hsbot/Config.hs') diff --git a/Hsbot/Config.hs b/Hsbot/Config.hs index 6053e9e..b8dad68 100644 --- a/Hsbot/Config.hs +++ b/Hsbot/Config.hs @@ -33,7 +33,8 @@ defaultTLSConfig = TLSConfig , cipher_AES256_SHA1 , cipher_AES128_SHA256 , cipher_AES256_SHA256 ] - , sslVerify = True } + , sslVerify = True + , sslLogging = defaultLogging } noSSL :: TLSConfig noSSL = defaultTLSConfig { sslOn = False } -- cgit v1.2.3