Skip to content

Commit

Permalink
Update CA certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
ACGaming committed Apr 18, 2024
1 parent 2e805e4 commit 9e6a5f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ private ModDirector(ModDirectorPlatform platform) {
FileUtils.copyInputStreamToFile(is, cacertsCopy);
System.setProperty("javax.net.ssl.trustStore", cacertsCopy.getAbsolutePath());
logger.log(ModDirectorSeverityLevel.WARN, "ModDirector", "CORE", "Successfully replaced CA certificates with updated ones!");
} catch (IOException e) {
} catch (Exception e) {
logger.log(ModDirectorSeverityLevel.WARN, "ModDirector", "CORE", "Unable to replace CA certificates!");
}

Expand Down
Binary file modified mod-director-core/src/main/resources/cacerts
Binary file not shown.

0 comments on commit 9e6a5f1

Please sign in to comment.