[cpp-xmltooling COMMIT] /branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp
noreply at shibboleth.net
noreply at shibboleth.net
Wed Feb 25 10:54:01 EST 2015
Author: scantor
Date: Wed Feb 25 10:54:01 2015
New Revision: 1049
URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=1049&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-647
Modified:
branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp
Modified: branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp?rev=1049&r1=1048&r2=1049&view=diff
==============================================================================
--- branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp (original)
+++ branches/REL_1/xmltooling/soap/impl/CURLSOAPTransport.cpp Wed Feb 25 10:54:01 2015
@@ -315,7 +315,7 @@
curl_easy_setopt(handle,CURLOPT_FAILONERROR,1);
// This may (but probably won't) help with < 7.20 bug in DNS caching.
curl_easy_setopt(handle,CURLOPT_DNS_CACHE_TIMEOUT,120);
- curl_easy_setopt(handle,CURLOPT_SSL_CIPHER_LIST,"ALL:!aNULL:!LOW:!EXPORT:!SSLv2");
+ curl_easy_setopt(handle,CURLOPT_SSL_CIPHER_LIST,"ALL:!aNULL:!LOW:!EXPORT:!RC4:!SSLv2");
// Verification of the peer is via TrustEngine only.
curl_easy_setopt(handle,CURLOPT_SSL_VERIFYPEER,0);
curl_easy_setopt(handle,CURLOPT_CAINFO,nullptr);
More information about the commits
mailing list