aviaviavi/curl-runnings

Add ability to supply cert file

Aberta

#70 aberto em 16 de abr. de 2021

 (0 comentário) (0 reação) (0 responsável)Haskell (13 forks)github user discovery
enhancementgood first issue

Métricas do repositório

Stars
 (160 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Documenting an issue uncovered by @flokli in a private repo that I'll describe here:

curl-runnings uses http-client-tls, which apparently has no nice way to configure your own cert file.

@flokli opened snoyberg/http-client#461, so http-client-tls honors SSL_CERT_FILE.

He recommended Switching Network.HTTP.Client.TLS to Network.HTTP.Client.OpenSSL and adjusting noVerifyTlsSettings should be sufficient

Guia do colaborador