enhancementgood first issue
Repository metrics
- Stars
- (160 stars)
- PR merge metrics
- (No merged PRs in 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