Archived
1
0
Fork 0

Fixed TLS client implementation

This commit is contained in:
Julien Dessaux 2011-07-11 22:35:41 +02:00
parent 62a4220ce0
commit b666e543d0
5 changed files with 18 additions and 70 deletions

View file

@ -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