Replies: 2 comments 4 replies
|
the session cookie format is not compatible between the two versions, you'll need to remove the session cookie and re-authenticate |
3 replies
|
Debug log from Debug log from On the
Maybe this cookie is interfering somehow ? Thanks a lot for your help ! |
1 reply
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.
Hello,
I'm facing a problem. I'm on Amazon Linux 2023 (AL23) I'm also using their repository.
Since update to
mod_auth_openidc-2.4.16.11-1.amzn2023.x86_64frommod_auth_openidc-2.4.15-3.amzn2023.x86_64I'm getting 504 when accessing protected paths. Not sure what's going on. When I enabled debug I can see this relevant info in apache's error log:Server version: Apache/2.4.65 (Amazon Linux)
config:
When I revert back to
mod_auth_openidc-2.4.15-3.amzn2023.x86_64all works as expected.Any ideas ?
Thanks !
David
All reactions