Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Consume all stdin when rcs_receive short-circuits, to avoid git SIPIPE race.
[git.ikiwiki.info.git]
/
doc
/
bugs
/
ssl_certificates_not_checked_with_openid.mdwn
diff --git
a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
index 71a8d70fbc00dfa66705077bd6e2d466d3ae67f4..04ece0ae84ee1c2a9df0c6db597703bde5213c3e 100644
(file)
--- a/
doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
+++ b/
doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
@@
-73,7
+73,7
@@
I think [[!cpan Crypt::SSLeay]] already supports checking the certificate. The t
is to get [[!cpan LWP::UserAgent]], which is used by [[!cpan LWPx::ParanoidAgent]] to
enable this checking.
is to get [[!cpan LWP::UserAgent]], which is used by [[!cpan LWPx::ParanoidAgent]] to
enable this checking.
-I think the trick is to set on of the the following environment variables before retrieving
+I think the trick is to set on
e
of the the following environment variables before retrieving
the data:
$ENV{HTTPS\_CA\_DIR} = "/etc/ssl/certs/";
the data:
$ENV{HTTPS\_CA\_DIR} = "/etc/ssl/certs/";