allow SSL3 in stunnel

This commit is contained in:
Vincent Hanquez 2010-12-14 23:26:51 +00:00
parent 18cf6a5392
commit 3020ba5c28

View file

@ -84,7 +84,7 @@ clientProcess ((certdata, cert), pk) handle dsthandle _ = do
rng <- getRandomGen
let serverstate = S.TLSServerParams
{ S.spAllowedVersions = [TLS10,TLS11]
{ S.spAllowedVersions = [SSL3,TLS10,TLS11]
, S.spSessions = []
, S.spCiphers = ciphers
, S.spCertificate = Just (certdata, cert, pk)