From edd163da3372daa14f211bc47cc4bf1c6a51c7e7 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 14 Jul 2009 20:52:09 +0300 Subject: [PATCH] Formatted README a bit --- README | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README b/README index 219baebf..c2ba6ace 100644 --- a/README +++ b/README @@ -1,10 +1,15 @@ Authentication methods for Haskell web applications. Note for Rpxnow: -By default on some (all?) installs wget does not come with root certificates for SSL. -If this is the case then Web.Authenticate.Rpxnow.authenticate will fail as wget cannot establish a secure connection to rpxnow's servers. +By default on some (all?) installs wget does not come with root certificates +for SSL. If this is the case then Web.Authenticate.Rpxnow.authenticate will +fail as wget cannot establish a secure connection to rpxnow's servers. -A simple *nix solution, if potentially insecure (man in the middle attacks as you are downloading the certs) is to grab a copy of the certs extracted from those that come with firefox, hosted by CURL at http://curl.haxx.se/ca/cacert.pem , put them somewhere (for ex, ~/.wget/cacert.pem) and then edit your ~/.wgetrc to include: +A simple *nix solution, if potentially insecure (man in the middle attacks as +you are downloading the certs) is to grab a copy of the certs extracted from +those that come with firefox, hosted by CURL at +http://curl.haxx.se/ca/cacert.pem , put them somewhere (for ex, +~/.wget/cacert.pem) and then edit your ~/.wgetrc to include: ca_certificate=~/.wget/cacert.pem -This should fix the problem. \ No newline at end of file +This should fix the problem.