
4 Mar
2008
4 Mar
'08
11:15 a.m.
On Tue, Mar 4, 2008 at 7:31 AM, Bjorn Bringert
you may want to have a look at the socket abstraction used in the HTTP package:
http://hackage.haskell.org/packages/archive/HTTP/3001.0.4/doc/html/Network-S...
It would be great to get HTTPS support going!
I should have mentioned that I had seen this in the original email. I think the major problem with this interface was that it was written in the time before ByteStrings. Now that we have ByteStrings I think that it makes a lot of sense for networking to use them. However, it shouldn't be too hard to wrap HsOpenSSL in this interface. I might try this this week. Then HTTPS should Just Work (maybe ;) AGL -- Adam Langley agl@imperialviolet.org http://www.imperialviolet.org