Re: [Haskell-cafe] Haskell and SSL

2007-03-17 Thread Bryan O'Sullivan
Thomas David Baker wrote: I know that darcs uses curl in a similar way for some stuff but it still feels like I'm doing the Wrong Thing. No, you're not. SSL is very complicated, which is why there are no Haskell libraries that implement or usefully wrap it. There's a proposal to write a de

[Haskell-cafe] Haskell and SSL

2007-03-17 Thread Thomas David Baker
I'm writing an application that scrapes some data from some websites. I was using Network.Browser from http://haskell.org/http/. So far, so good. However, now I need to scrape some websites that use SSL. Network.Browserdoesn't seem to support this (although for some reason it does work on one of