aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-02-16 04:23:29 -0500
committerJoey Hess <joey@kitenet.net>2008-02-16 04:23:29 -0500
commit4d22a29e84a78a64302c6cde4f87e04c4043c972 (patch)
tree09351010b0889d1baa7c255499ff513f182da22c /doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
parent4a158ce1b6fe6d9b9f4b8140ab2f89462da6f396 (diff)
downloadikiwiki-4d22a29e84a78a64302c6cde4f87e04c4043c972.tar
ikiwiki-4d22a29e84a78a64302c6cde4f87e04c4043c972.tar.gz
web commit by https://brian.may.myopenid.com/: fix underscores
Diffstat (limited to 'doc/bugs/ssl_certificates_not_checked_with_openid.mdwn')
-rw-r--r--doc/bugs/ssl_certificates_not_checked_with_openid.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
index a35e1c842..802ab16a7 100644
--- a/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
+++ b/doc/bugs/ssl_certificates_not_checked_with_openid.mdwn
@@ -2,8 +2,8 @@ As far as I can tell, ikiwiki is not checking the SSL certificate of the remote
Test #1: Enter URL as openid server that cannot be verified (either because the certificate is self signed or signed by an unknown CA). I get no SSL errors.
-Test #2: Download net_ssl_test from dodgy source (it uses the same SSL perl library, and test again. It seems to complain (on same site ikiwiki worked with) when it can't verify the signature. Although there is other breakage with the version I managed to download (eg. argument parsing is broken; also if I try to connect to a proxy server, it instructs the proxy server to connect to itself for some weird reason).
+Test #2: Download net\_ssl\_test from dodgy source (it uses the same SSL perl library, and test again. It seems to complain (on same site ikiwiki worked with) when it can't verify the signature. Although there is other breakage with the version I managed to download (eg. argument parsing is broken; also if I try to connect to a proxy server, it instructs the proxy server to connect to itself for some weird reason).
-For now, I want to try and resolve the issues with net_ssl_test, and run more tests. However, in the meantime, I thought I would document the issue here.
+For now, I want to try and resolve the issues with net\_ssl\_test, and run more tests. However, in the meantime, I thought I would document the issue here.
-- Brian May