We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4477045 commit 13f56bbCopy full SHA for 13f56bb
Database/MongoDB/Transport/Tls.hs
@@ -50,7 +50,7 @@ connect host port = bracketOnError (connectTo host port) hClose $ \handle -> do
50
51
let params = (TLS.defaultParamsClient host "")
52
{ TLS.clientSupported = def
53
- { TLS.supportedCiphers = TLS.ciphersuite_all}
+ { TLS.supportedCiphers = TLS.ciphersuite_default}
54
, TLS.clientHooks = def
55
{ TLS.onServerCertificate = \_ _ _ _ -> return []}
56
}
0 commit comments