diff --git a/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java b/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java index 46d853f..55e5222 100644 --- a/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java +++ b/launcher/src/main/java/com/threerings/getdown/launcher/Getdown.java @@ -223,7 +223,7 @@ public abstract class Getdown extends Thread protected boolean detectProxy () { // we may already have a proxy configured - if (System.getProperty("http.proxyHost") != null) { + if (System.getProperty("http.proxyHost") != null || System.getProperty("https.proxyHost") != null) { return true; }