summaryrefslogtreecommitdiff
path: root/Hsbot/Config.hs
diff options
context:
space:
mode:
authorJulien Dessaux2011-07-11 22:35:41 +0200
committerJulien Dessaux2011-07-11 22:35:41 +0200
commitb666e543d0ae03f79ca8b8527c099ca6320f27b0 (patch)
treef2bda5b5b86d9b4e85411ddb695d899987bd8864 /Hsbot/Config.hs
parentAdded some duck funny faces (diff)
downloadhsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.gz
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.tar.bz2
hsbot-b666e543d0ae03f79ca8b8527c099ca6320f27b0.zip
Fixed TLS client implementation
Diffstat (limited to '')
-rw-r--r--Hsbot/Config.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Hsbot/Config.hs b/Hsbot/Config.hs
index d51387b..8c85810 100644
--- a/Hsbot/Config.hs
+++ b/Hsbot/Config.hs
@@ -24,12 +24,8 @@ defaultConfig = Config
defaultTLSConfig :: TLSConfig
defaultTLSConfig = TLSConfig
{ sslOn = True
- , sslCert = ""
- , sslKey = ""
, sslVersions = [SSL3, TLS10, TLS11, TLS12]
- , sslCiphers = [ cipher_null_MD5
- , cipher_null_SHA1
- , cipher_AES128_SHA1
+ , sslCiphers = [ cipher_AES128_SHA1
, cipher_AES256_SHA1
, cipher_RC4_128_MD5
, cipher_RC4_128_SHA1