Replies: 3 comments 2 replies
|
that looks like a regression indeed, can you post your config? |
0 replies
|
this is fixed in https://github.com/OpenIDC/mod_auth_openidc/releases/tag/v2.4.19.1 |
0 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.
After upgrading the mod_auth_openidc, I noticed apache can not start with "segmentation fault", but only when
OIDCOAuthVerifySharedKeysis configured.I used the docker image "httpd:2.4.66" and installed libapache2-mod-auth-openidc (2.4.17-1) via apt-get.
Here is the env info:
OS: Debian Trixie
Httpd: 2.4.66
mod_auth_openidc: 2.4.17-1
I also tried install manually 2.4.19-1 that downloaded from the release page, but it has the same issue. As soon as I configured
OIDCOAuthVerifySharedKeys, apache failed to start with "segmentation fault".Do you have any idea how to fix that?
All reactions