* github fixed it's SSL issues, this workaroud is no longer required
This commit is contained in:
parent
261513b654
commit
3e46fc8929
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user