[cpp-sp] 09/09: SSPCPP-708 - Default cipherSuites setting breaks SOAP on RedHat
Scott Cantor
cantor.2 at osu.edu
Mon Nov 13 11:46:33 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-2.6
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=7c05e587a522a6676d1889d79837d773dbdc54e5
commit 7c05e587a522a6676d1889d79837d773dbdc54e5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Nov 12 20:44:07 2017 -0500
SSPCPP-708 - Default cipherSuites setting breaks SOAP on RedHat
https://issues.shibboleth.net/jira/browse/SSPCPP-708
---
configs/shibboleth2.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/configs/shibboleth2.xml b/configs/shibboleth2.xml
index d1b0bf4..44db35d 100644
--- a/configs/shibboleth2.xml
+++ b/configs/shibboleth2.xml
@@ -21,8 +21,7 @@
<!-- The ApplicationDefaults element is where most of Shibboleth's SAML bits are defined. -->
<ApplicationDefaults entityID="https://sp.example.org/shibboleth"
- REMOTE_USER="eppn persistent-id targeted-id"
- cipherSuites="ECDHE+AESGCM:ECDHE:!aNULL:!eNULL:!LOW:!EXPORT:!RC4:!SHA:!SSLv2">
+ REMOTE_USER="eppn persistent-id targeted-id">
<!--
Controls session lifetimes, address checks, cookie handling, and the protocol handlers.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list