Hey,
my problem is with the SSL Engine of Forge: In every Init event (Pre, Init, Post) the HTTPS connection to my server fails with this exception:
The code:
As I already mentioned before, I tried the SSL Connection methods in every other initialization event too.
The weird thing with that error is, that if I for example implement this method into a command of mine, it works flawlessly and without errors.
When I switch to HTTP, everything works alright again.
Details:
Forge Version: 1.12.1 - 14.22.1.2485
Java Version: Java 1.8.0_25 (included one)
Forge Mods installed: My mod, Damage Indicator, ItemPhysics Lite, Optifine
LiteLoader Mods installed: Macro Mod, WorldEditCUI
JVM Arguments: -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M