redneb / HsOpenSSL-x509-system

Use the system's native CA certificate store with HsOpenSSL
https://hackage.haskell.org/package/HsOpenSSL-x509-system
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Respect SSL_CERT_DIR and SSL_CERT_FILE #5

Open amesgen opened 3 years ago

amesgen commented 3 years ago

Is this something that would be in scope for HsOpenSSL-x509-system? If so, I will create a (tiny) PR.

This came up in snoyberg/http-client#462.

redneb commented 3 years ago

I am not convinced that HsOpenSSL-x509-system is the right place to implement this, but it would certainly be more practical if it gets implemented here. So if you prefer to implement this in this package, I would accept your PR.