Fix for morethantv and some ssl issues

This commit is contained in:
zone117x
2015-04-21 18:57:04 -06:00
parent 75f823f671
commit 0cb0dbcb60
2 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ namespace Jackett
public Server()
{
// Allow all SSL.. sucks I know but mono on linux is having problems without it..
ServicePointManager.ServerCertificateValidationCallback += (sender, cert, chain, sslPolicyErrors) => true;
LoadApiKey();
indexerManager = new IndexerManager();