File Details
e4mc Retro Forge 1.0.2+1.9-1.12.2
- R
- Jul 23, 2025
- 17.94 MB
- 10.5K
- 1.12.2+13
- Forge
File Name
e4mc-retro_forge-1.0.2+1.9-1.12.2.jar
Supported Versions
- 1.12.2
- 1.12.1
- 1.12
- 1.11.2
- 1.11.1
- 1.11
- 1.10.2
- 1.10.1
- 1.10
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9
Curse Maven Snippet
1.0.2
- Added a new configuration option:
useInsecureTLSThis allows disabling TLS certificate validation for relay connections. ⚠️ Warning: This is insecure and not recommended. It is strongly advised to install the Azul Zulu 8 JDK or manually import the relay certificate instead. See this comment for detailed instructions and rationale. - Improved TLS handling for broker HTTP connections:
- If
useInsecureTLSis enabled, the client uses an insecure trust manager that disables certificate validation. - If disabled (default), the client first attempts to use the system-default TLS validation. If that fails, it falls back to a bundled custom trust manager using
/certs/broker.e4mc.link.cert.
- If