Fix: Redhat/NSS based libcurl not being able to access certain indexers

This commit is contained in:
Kayomani
2015-07-31 20:27:59 +01:00
parent 43d188c751
commit 66612e91af
16 changed files with 144 additions and 182 deletions

13
src/CurlSharp/SSLFix.cs Normal file
View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CurlSharp
{
public class SSLFix
{
public const string CipherList = "rsa_aes_128_sha,ecdhe_rsa_aes_256_sha,ecdhe_ecdsa_aes_128_sha";
}
}