SSL Fix
This commit is contained in:
@@ -15,7 +15,7 @@ import java.util.List;
|
||||
@Mod(modid = "mcef", name = "MCEF", version = MCEF.VERSION)
|
||||
public class MCEF {
|
||||
|
||||
public static final String VERSION = "1.42";
|
||||
public static final String VERSION = "1.43";
|
||||
public static boolean ENABLE_EXAMPLE;
|
||||
public static boolean SKIP_UPDATES;
|
||||
public static boolean WARN_UPDATES;
|
||||
@@ -76,6 +76,7 @@ public class MCEF {
|
||||
// Add certificates if needed
|
||||
// This is a workaround for Java 7u111 and 8u101, which have issues with Let's Encrypt certificates or google trust services
|
||||
try {
|
||||
Log.info("PREINT, Adding certificates...");
|
||||
SSLCertificateAdder.validateAndInstall();
|
||||
} catch (Exception e) {
|
||||
Log.error("Failed to add a certificate: " + e.getMessage());
|
||||
|
Reference in New Issue
Block a user