summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-11-03 18:52:20 +0100
committerJulien Dessaux2011-11-03 18:52:20 +0100
commit7840059d8d31a4142ee5c667bca19501c6d2e279 (patch)
tree44444cab31eef5f5853badfb194cabddcc0b9588 /Hsbot/Config.hs
parentFixed a bug in the quote module (diff)
downloadhsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.tar.gz
hsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.tar.bz2
hsbot-7840059d8d31a4142ee5c667bca19501c6d2e279.zip
Taking advantage of the new TLS debugging capabilities
Diffstat (limited to 'Hsbot/Config.hs')
-rw-r--r--Hsbot/Config.hs3
1 files changed, 2 insertions, 1 deletions
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 }