[cpp-sp] branch maint-2 updated: SSPCPP-708 - Default cipherSuites setting breaks SOAP on RedHat
Scott Cantor
cantor.2 at osu.edu
Sun Nov 12 20:44:56 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-2
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=d9ce93cb06d825136b767679f7e34c230f4f0455
The following commit(s) were added to refs/heads/maint-2 by this push:
new d9ce93c SSPCPP-708 - Default cipherSuites setting breaks SOAP on RedHat
d9ce93c is described below
commit d9ce93cb06d825136b767679f7e34c230f4f0455
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