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

Vincent Hanquez tab at snarc.org
Mon Jul 29 11:55:40 CEST 2013


On 07/29/2013 10:43 AM, Michael Snoyman wrote:
> 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.)
>

Michael,

I've been meaning to add TOFU (Trust on first use) and certificate 
exceptions support (e.g. self signed) inside the TLS stack directly, 
maybe we should talk about this.
Few design stuff that blocked me so far, one of them is how to store 
those things.

-- 
Vincent




More information about the Haskell-Cafe mailing list