Files
shibboleth-sp/disable-https.patch
Marius Grossu 15c542bc68 - Removed BuildRequires: sysuser-shadow, exit 0, added %restart_on_update apache2 macro and
%sysusers_requires macro in spec file
- Added disable-https.patch: Disable https
- Fixes the shibboleth-sp is not being served by apache
  (bsc#1241702)

OBS-URL: https://build.opensuse.org/package/show/Apache:Shibboleth/shibboleth-sp?expand=0&rev=47
2025-05-28 09:49:51 +00:00

14 lines
598 B
Diff

Index: shibboleth-sp-3.5.0/configs/shibboleth2.xml
===================================================================
--- shibboleth-sp-3.5.0.orig/configs/shibboleth2.xml
+++ shibboleth-sp-3.5.0/configs/shibboleth2.xml
@@ -23,7 +23,7 @@
stolen in transit easier for attackers to misuse.
-->
<Sessions lifetime="28800" timeout="3600" relayState="ss:mem"
- checkAddress="false" handlerSSL="true" cookieProps="https"
+ checkAddress="false" handlerSSL="false" cookieProps="http"
redirectLimit="exact">
<!--