-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi!
I decided to play around with this tool to see if I could get it working. Here are the steps I have taken:
- I installed the latest SPL (4.6.0) on the client and server.
- I created an instance on the minecraft launcher using the recommended forge (35.1.0) versions.
- I ran the client to generate the servermods folder.
- I ran the server to generate a whitelist, servermods folder and fix the eula
- I edited the
serverpacklocator.tomlfiles on both the server and client to accurately reflect the IP address being used for the server. - I moved the client's
serverrequest.csrto the server for signing, and signed it using the following batch file.
@echo off
java -cp ..\mods\serverpacklocator-4.6.0.jar;..\forge-1.16.4-35.1.0.jar cpw.mods.forge.serverpacklocator.cert.CertSigner "..\servermods\cacert.pem" "..\servermods\ca.key" < serverrequest.csr > servercert.pem.tmp
more +1 servercert.pem.tmp > servercert.pem
del servercert.pem.tmp- I moved the
servercert.pemback to the client's servermods folder. - I installed mods on the server into the servermods folder.
- I whitelisted the players trying to connect to the server, and enabled the whitelist. (thanks @MichaelHillcox for reminding me to add this step)
- I started the server
- I started the client
After starting the client, the client fails to connect to the server with the following messages appearing in the log:
11:10:47.605
[11:10:47] [main/INFO] [cp.mo.fo.se.PackLocator/]: Loading server pack locator. Version 4.6.0+38+02276cd
11:10:48.840
[11:10:48] [pool-2-thread-1/ERROR] [cp.mo.fo.se.cl.SimpleHttpClient/]: Failed to receive successful data connection from server. Are you whitelisted?
11:10:48.841
[11:10:48] [main/INFO] [cp.mo.fo.se.cl.ClientSidedPackHandler/]: There was a problem with the connection, there will not be any server mods
And the following message appears in the server's log:
[14Dec2020 11:10:48.842] [ServerPack Locator Slave - 3/WARN] [cpw.mods.forge.serverpacklocator.server.RequestHandler/]: Disconnected unauthenticated peer at /81.100.192.88:50350 : Received fatal alert: certificate_unknown
Here is a link to both logs in full
Any help with resolving this and getting the tool working would be great as I would like to use this tool for a private server.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels