Skip to content

Commit

Permalink
Workaround 2142849.
Browse files Browse the repository at this point in the history
Observed as
www_1                  | lasso:ERROR:tools.c:586:lasso_query_sign: assertion failed: (rsa)
Error GETing http://www:8079/saml-redirect-uri/login?ReturnTo=http%3A%2F%2Fwww%3A8079%2Fadmin%2Flogin%2F%3Fnext%3D%2Fadmin%2F&IdP=http%3A%2F%2Fkeycloak%3A8082%2Frealms%2Frealm%2Db: Server closed connection without sending any data back at /test.pl line 21.
ERROR: 255
www_1                  | [Thu Apr 20 08:43:17.794155 2023] [core:notice] [pid 15:tid 15] AH00051: child pid 18 exit signal Abort (6), possible coredump in /etc/httpd
  • Loading branch information
Jan Pazdziora committed Apr 20, 2023
1 parent b1fbb3b commit 91de61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.httpd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora
FROM registry.fedoraproject.org/fedora:37
RUN dnf install -y httpd mod_auth_openidc mod_auth_mellon && dnf clean all
COPY mod_auth_openidc_keycloak.conf mod_auth_mellon_keycloak.conf /etc/httpd/conf.d/
RUN sed -i -e '/^Listen/aListen 8079' -e 's/^Listen 80/Listen 8080/' /etc/httpd/conf/httpd.conf
Expand Down

0 comments on commit 91de61c

Please sign in to comment.