Intermitent 401 errors for embeded resource #1359
uoe-pjackson
started this conversation in
General
Replies: 0 comments
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.
-
Hi,
We have a server with about 40 applications each with their own vhost in Apache. Currently about 10 of these applications are protected using mod_auth_openidc.
Most of the time everything is fine protected pages and all embeded resource load without error however sometimes, some of the embedded resources (ccs, png, svg etc) fail with a 401 error.
For example the first 3 requests of this page request are normal but the 4th request doesn't have the remote user set.
(IP address, username and referrer urls redacted)
This only happens sometimes and is much easier for us to reproduce on our production system that has more traffic going through.
Some information about our environment:
This is the Apache vhost config for one of the sites.
Has anybody else seen this issue? I'm aware we aren't running the latest version so I'm happy to upgrade that but looking though the release notes I couldn't see anything that would obviously relate to this. I will add logs with LogLevel auth_openidc:debug once I'll got them from the server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions