diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2014-04-13 13:00:33 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-04-13 13:00:33 -0400 |
commit | 4db856c53a960024a713dcb001408c96080599d5 (patch) | |
tree | ea8c4ebe742379c8544b211a4f95f2651a8fd628 /doc/bugs | |
parent | 3308875f15898dd03cdd519525a9aa6e0b284848 (diff) | |
download | ikiwiki-4db856c53a960024a713dcb001408c96080599d5.tar ikiwiki-4db856c53a960024a713dcb001408c96080599d5.tar.gz |
workaround but still out of ideas for an actual fix
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn b/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn index 0b1a1a24e..da7e92da8 100644 --- a/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn +++ b/doc/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL.mdwn @@ -106,3 +106,9 @@ Thanks [jwz](http://www.jwz.org/blog/2014/03/apple-broke-lwp-in-a-new-and-exciti I tried the workaround of hardcoding the path to the CA root, using `PERL_LWP_SSL_CA_PATH=/etc/ssl/certs`, but then I hit *another* bug in LWP: [#738493](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738493). Note that this bug is similar to [[bugs/ssl_certificates_not_checked_with_openid/]], but backwards: it checks the SSL certs but then fails to verify. + +I filed this bug in the Debian BTS as [#702124](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702124). Downgrading to wheezy's version of LWPx::ParanoidAgent doesn't fix the problem, instead i get this error: + + 500 Can't read entity body: Resource temporarily unavailable + +... yet the commandline client works fine... I'm out of ideas for this sucker. |