Merge branch 'develop' into JAL-3416_different_look_and_feel_on_linux
[jalview.git] / src / jalview / bin / Jalview.java
index 08a8c5b..f4d340b 100755 (executable)
@@ -319,6 +319,9 @@ public class Jalview
       }
       // anything else!
 
+      // allow https handshakes to download intermediate certs if necessary
+      System.setProperty("com.sun.security.enableAIAcaIssuers", "true");
+
       final String jabawsUrl = aparser.getValue("jabaws");
       if (jabawsUrl != null)
       {