[Haskell-cafe] tls transition from 1.9 to 2.0

Ben Franksen ben.franksen at online.de
Mon May 13 08:15:35 UTC 2024


Hi everyone

from 1.9.x to 2.0.x the tls package made a change to require EMS 
(extended main secret) by default. I must admit that I have no idea what 
this is about and I don't really care much. However, it turns out that 
for compatibility reasons I need to change it to the old behavior (which 
allowed but did not require it). So I wonder how to do that.

The problem is that I am not using tls directly but only via 
http-conduit (we only need the http client side functionality and mostly 
for simple download of files). Any hints would be greatly appreciated.

Cheers
Ben
-- 
I would rather have questions that cannot be answered, than answers that
cannot be questioned.  -- Richard Feynman



More information about the Haskell-Cafe mailing list