X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b522c708f0cf87b282e4d5ff0f2425040a3b7bcf..6695a710b6c86ef353e04d8cd33598290a0fe056:/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn?ds=sidebyside diff --git a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn index 80390622a..04ece0ae8 100644 --- a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn +++ b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn @@ -73,11 +73,13 @@ 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. -I think the trick is to set on of the the following environment variables before retrieving +I think the trick is to set one of the the following environment variables before retrieving the data: $ENV{HTTPS\_CA\_DIR} = "/etc/ssl/certs/"; $ENV{HTTPS\_CA\_FILE} = "/etc/ssl/certs/file.pem"; -Unfortunately I get weird results if the certificate verification fails [[!debbug 503440]]. +Unfortunately I get weird results if the certificate verification fails, see [[!debbug 503440]]. It still seems to work though, regardless. + +-- Brian May