Taking advantage of the new TLS debugging capabilities
This commit is contained in:
parent
cc8053fc80
commit
7840059d8d
3 changed files with 7 additions and 3 deletions
|
@ -93,5 +93,6 @@ data TLSConfig = TLSConfig
|
|||
, sslVersions :: [Network.TLS.Version]
|
||||
, sslCiphers :: [Network.TLS.Cipher]
|
||||
, sslVerify :: Bool
|
||||
} deriving (Show)
|
||||
, sslLogging :: TLSLogging
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue