Hi Erik,
I am not aware of any SSL implementation in haskell either (even though I think it should go not into HTTP but into Crypto (which is a neat piece of code, but needs a lot more work)). I can think of two "quick" solutions if you need your Haskell code to use an SSL link: run stunnel.org and make your application connect to that, or write a Haskell wrapper around openssl.org. As for the latter, I don't know your requirements and resources so this may be possible, but from what i've seen of openssl i wouldn't want to have to do that. good luck, matthias On Wed, Oct 07, 2009 at 02:38:05PM +1100, Erik de Castro Lopo wrote: > To: haskell-cafe@haskell.org > From: Erik de Castro Lopo <mle...@mega-nerd.com> > Date: Wed, 7 Oct 2009 14:38:05 +1100 > Subject: Re: [Haskell-cafe] Network.Curl and posting XML data > > Dmitry Olshansky wrote: > > > Hi, Erik, > > > > Did you try Network.HTTP? Is it not enough? > > Apparently not. > > Now I need to do a post to a HTTPS server and Network.HTTP does > not seem to support HTTPS. Is that really right? > > Erik > -- > ---------------------------------------------------------------------- > Erik de Castro Lopo > http://www.mega-nerd.com/ _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe