public static Getdown start (String[] argv) throws Exception {
jalview.util.ErrorLog.setHasConsole(false);
jalview.util.ErrorLog.setPrefix("LAUNCHER: ");
+
+ // allow https handshakes to download intermediate certs if necessary
+ System.setProperty("com.sun.security.enableAIAcaIssuers", "true");
+
if (SysProps.silent() && !SysProps.launchInSilent() && "true".equals(System.getProperty("launcher.update", "false"))) {
jalview.util.ErrorLog.outPrintln("Running update only");
} else {