Https proxy

This commit is contained in:
vsolanki
2018-12-20 09:58:46 -05:00
parent 5d1bdbfb3f
commit 7d65b2f6a3
@@ -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;
}