* Reseed: Disable HTTPS until we have enough working hosts again

This commit is contained in:
zzz
2011-02-27 13:46:55 +00:00
parent 5beb739913
commit 30373bf6df
2 changed files with 2 additions and 2 deletions

View File

@@ -173,7 +173,7 @@ public class Reseeder {
List<String> URLList = new ArrayList();
String URLs = _context.getProperty(PROP_RESEED_URL);
boolean defaulted = URLs == null;
boolean SSLDisable = _context.getBooleanProperty(PROP_SSL_DISABLE);
boolean SSLDisable = _context.getBooleanPropertyDefaultTrue(PROP_SSL_DISABLE);
if (defaulted) {
if (SSLDisable)
URLs = DEFAULT_SEED_URL;