aesiniath / http-streams

Haskell HTTP client library for use with io-streams
https://hackage.haskell.org/package/http-streams
BSD 3-Clause "New" or "Revised" License
50 stars 48 forks source link

Add FreeBSD support. Maybe. #95

Closed theunixman closed 7 years ago

theunixman commented 8 years ago

This should work for FreeBSD 10 at least. I'll be testing it over the next few days, but I wanted to at least get this published in case other people can check it sooner.

theunixman commented 8 years ago

Apparently it has to be all caps even though the cpp output isn't. This at least compiles, and has the path to the CA bundle PEM.

istathar commented 8 years ago

Sure, we can have that in if it tests out ok. Let me know.

AfC

istathar commented 8 years ago

Looks like this would address #89

istathar commented 8 years ago

Or, part of what's in #58 would help?

theunixman commented 8 years ago

Sorry I've been out of touch on this. Lots of things going on. I'll be testing it today with any luck.

istathar commented 8 years ago

@misandrist Did you get a chance to test this?

theunixman commented 8 years ago

Oh yeah so I mean it runs requests without any warnings or errors on FreeBSD 10.2 with this fix, but I haven't dug in to see if it's because it's disabling certificates still or because it's actually working, so there's that...

istathar commented 7 years ago

I think this is superseded by #100, feel free to test.