diff options
author | https://brian.may.myopenid.com// <https://brian.may.myopenid.com//@web> | 2008-10-25 22:27:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-10-25 22:27:04 -0400 |
commit | 2e85da8e11265ab90692c58716d66d28703a8cbb (patch) | |
tree | a3bd81facc174a2708e67a0a9a744f269b83298b /doc | |
parent | 697c54acc5e5fe1b31b3a1ee43f7de656127d4ed (diff) | |
download | ikiwiki-2e85da8e11265ab90692c58716d66d28703a8cbb.tar ikiwiki-2e85da8e11265ab90692c58716d66d28703a8cbb.tar.gz |
improve formatting
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/ssl_certificates_not_checked_with_openid.mdwn | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn index 75cfe05e0..28ac3d7d6 100644 --- a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn +++ b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn @@ -76,15 +76,15 @@ enable this checking. I think the trick is to set on 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"; +$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, tshark shows the following communications with my proxy server: -HTTP CONNECT db.debian.org:443 HTTP/1.0 -<tls stuff> -HTTP CONNECT proxy.pri:3128 HTTP/1.0 -HTTP HTTP/1.0 403 Forbidden (text/html) +HTTP CONNECT db.debian.org:443 HTTP/1.0 +[tls stuff] +HTTP CONNECT proxy.pri:3128 HTTP/1.0 +HTTP HTTP/1.0 403 Forbidden (text/html) Why it is trying to connect to the proxy server via the proxy server is beyond me. This only happens if the certificate verification fails (I think). I will continue investigating. My test code is: |