SHM settings not working in AL2023 #1353
-
While I feel this is likely an issue with AL2023, I've encountered a peculiar issue and I'm running out of sources of information to read and test, so I'm wondering if anyone else is experiencing this as well. We updated our AL2023 servers to the LTS(2023.8.20250915) and that came paired with mod_auth_openidc 2.4.16.11-1. I've done extensive testing and I'm mostly certain that there appears to be an issue with mod_auth_openidc using SHM on this version of the server but I can't figure out why. If we downgrade the package to the previous version of 2.4.15-3 it works as intended. The Behavior it exhibits is: The page sits attempting to redirect the user to a Microsoft SSO page but never actually gets a response, it appears to just sit there, never timing out, never reattempting the connection. Simply waiting for a response from a request that I can confirm went out through the organizations firewall(s) but never comes back. Some things that I've done already to test this.
While I found a "fix" I seek to understand why this happened and preferably find a way to return to SHM, I have a site with a lot of traffic and I feel the repercussions of using a file style cache will become apparent very quickly. Does anyone else have ideas on how to diagnose this OR has anyone else experienced a similar issue with the SHM settings not working. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
what does the error log say with |
Beta Was this translation helpful? Give feedback.
-
[Mon Sep 29 12:02:50.825854 2025] [auth_openidc:debug] [pid 33980:tid 33998] src/handle/request.c(165): [remote MASKING IP ADDRESS] oidc_request_authenticate_user: enter This is what's leading me to believe its some caching issues. I removed some of the IP addresses, hopefully that won't impact the reading of this. |
Beta Was this translation helpful? Give feedback.
-
FYI: we just experienced crashes here on our amazonlinux:2023 docker image so we should be able make progress with this soon |
Beta Was this translation helpful? Give feedback.
-
this turned out to be a regression since 2.4.16.7 - albeit not exposed on other platforms; it is fixed in 6356106 and will be released as part of 2.4.18.1 soon; you could probably compile it from master source |
Beta Was this translation helpful? Give feedback.
-
this fix is now released in https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.18.1 |
Beta Was this translation helpful? Give feedback.
this fix is now released in https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.18.1