Skip to content

Commit

Permalink
Force using a version of tls older than 2
Browse files Browse the repository at this point in the history
This fixes the issue of getting the following error while downloading
package list:

    InternalException (HandshakeFailed (Error_Protocol "peer does not support Extended Main Secret" HandshakeFailure))
  • Loading branch information
eliemichel committed May 6, 2024
1 parent 2f6dd29 commit e6cec44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ Executable elm
snap-server,
template-haskell,
time,
tls < 2,
unordered-containers,
utf8-string,
vector,
Expand Down

0 comments on commit e6cec44

Please sign in to comment.