From 34775b4128de2801e4d127064f012501ca18d208 Mon Sep 17 00:00:00 2001 From: Cédric Couralet Date: Mon, 13 Apr 2020 23:58:42 +0200 Subject: Add an option to disable certificate validation (#6156) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds the option `--no-check-certificate`, which disables certificate checking when resources are fetched by HTTP. Co-authored-by: Cécile Chemin Co-authored-by: Juliette Fourcot --- pandoc.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index be552eb87..163f77029 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -426,6 +426,7 @@ library doctemplates >= 0.8.2 && < 0.9, network-uri >= 2.6 && < 2.7, network >= 2.6, + connection >= 0.3.1, http-client >= 0.4.30 && < 0.7, http-client-tls >= 0.2.4 && < 0.4, http-types >= 0.8 && < 0.13, -- cgit v1.2.3