[Haskell-cafe] using network+conduit+tls for a client application?

Michael Snoyman michael at snoyman.com
Mon Jul 29 11:43:42 CEST 2013


I've actually been intending to add the client side code to that package,
but I simply haven't gotten around to it yet. It's actually not that
complicated, but it does require some thought on the right interface for
things like approving/rejecting server side certificates. If you open up an
issue on Github for this, I'd be happy to continue the conversation there
and we can try to get out a new version of the library. (I just don't want
to spam the Cafe with an exploratory design discussion.)


On Mon, Jul 29, 2013 at 11:08 AM, Petr Pudlák <petr.mvd at gmail.com> wrote:

> Dear Haskellers,
>
> I wanted to write a small TLS application (connecting to IMAP over TLS)
> and it seemed natural to use conduit for that. I found the
> network-conduit-tls package, but then I realized it's meant only for server
> applications. Is there something similar for client applications?
>
>   Thank you,
>   Petr Pudlak
>
> ______________________________**_________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/**mailman/listinfo/haskell-cafe<http://www.haskell.org/mailman/listinfo/haskell-cafe>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20130729/88380e70/attachment.htm>


More information about the Haskell-Cafe mailing list