Replies: 1 comment 2 replies
-
just tried it myself and it works for me; apparently Google blocks your server from calling |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've been using mod_auth_openidc for quite some time without any problems, but suddenly it stopped working for both sites where we use it. Other applications that use the same OpenID mechanism (but without mod_auth_openidc) are still working, so from what I can see only openidc is affected. In the Apache log I can see the following messages (some text redacted):
I've checked in the Google credentials manager whether anything could be blocked, but I couldn't see anything suspicious. We've also tested from different IPs (and provider networks) to rule out an eventual IP block by Google.
The main configuration consists of the following settings (some parts redacted):
We are on Ubuntu Server 20.04 with libapache2-mod-auth-openidc version 2.4.1-1.
Has anyone else experienced anything similar? What else can I do to debug this?
Beta Was this translation helpful? Give feedback.
All reactions