[Haskell-beginners] make https request with client certificate

Karl Voelker karl at karlv.net
Sun Feb 23 19:39:10 UTC 2014


Are you already committed to a particular HTTP client library? It appears there are a bunch of them. I poked into the first one returned by Google (http-streams), and it appears to have client certificate support.

http://hackage.haskell.org/package/http-streams-0.3.1.0/docs/Network-Http-Client.html#g:7

-Karl

> On Feb 16, 2014, at 3:12 AM, Stanisław Findeisen <stf at eisenbits.com> wrote:
> 
> Hi
> 
> How can you issue a HTTPS request using client X.509 certificate for
> authentication? Is it supported?
> 
> -- 
> http://people.eisenbits.com/~stf/
> http://www.eisenbits.com/
> 
> OpenPGP: 80FC 1824 2EA4 9223 A986  DB4E 934E FEA0 F492 A63B
> 
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://www.haskell.org/mailman/listinfo/beginners


More information about the Beginners mailing list