[Haskell-cafe] Debugging Wreq/http-client https requests

Tobias Florek haskell at ibotty.net
Wed Nov 5 07:52:12 UTC 2014


Hi,

> I ended up skipping cert checks

Please don't! Skipping certificate checks is bad. Man in the middle
attacks (mitm) are real in the internet. Generating your own certificate
is pretty easy on unix-like os'es and you will only have to do it once
anyway. Search for certificate authority and openssl and you will find
many examples on how to do it.

Cheers,
 tobias florek


More information about the Haskell-Cafe mailing list