haskell-tls / hs-certificate

Certificate and Key Reader/Writer in haskell
60 stars 57 forks source link

Fix certificate on OS X #4

Closed luite closed 12 years ago

luite commented 12 years ago

This seems to fix finding the certificate. Tested on OS X 10.7.3 with GHC 7.4.1. Tested some https requests with http-conduit, with a modified tls-extra (removed the -DNOCERTVERIFY from OS X)

Test suite does not run yet, since it depends on the file /etc/ssl/certs which OS X does not have.

vincenthz commented 12 years ago

Thanks a lots !