Fixed TLS client implementation
This commit is contained in:
parent
62a4220ce0
commit
b666e543d0
5 changed files with 18 additions and 70 deletions
|
@ -79,8 +79,6 @@ data Config = Config
|
|||
|
||||
data TLSConfig = TLSConfig
|
||||
{ sslOn :: Bool
|
||||
, sslCert :: String
|
||||
, sslKey :: String
|
||||
, sslVersions :: [Network.TLS.Version]
|
||||
, sslCiphers :: [Network.TLS.Cipher]
|
||||
, sslVerify :: Bool
|
||||
|
|
Reference in a new issue