From 3e46fc8929c3010a67c9777b584119fb8ec54187 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 22 Apr 2014 14:14:40 +0000 Subject: [PATCH] * github fixed it's SSL issues, this workaroud is no longer required --- source/net/filebot/Main.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/net/filebot/Main.java b/source/net/filebot/Main.java index e938568d..7bdd06ea 100644 --- a/source/net/filebot/Main.java +++ b/source/net/filebot/Main.java @@ -68,11 +68,6 @@ import org.w3c.dom.NodeList; public class Main { - static { - // TODO remove once raw.githubusercontent.com is fixed - System.setProperty("jsse.enableSNIExtension", "false"); - } - public static void main(String[] argumentArray) { try { // parse arguments