JAL-3937 enable AIA download of intermediate certificates when needed
[jalview.git] / src / jalview / bin / Jalview.java
index 19de95e..3ba5967 100755 (executable)
@@ -247,6 +247,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)
     {