Jump to content
  • 0

[Solved] signature mismatch and ...are not signed by a key accepted by this server


SpreadKiller

Question

Soo i've followed the install guide on https://epochmod.gamepedia.com/Windows_Install_Guide and when i run ArmA3 and go to Servers and find my server it tells me that (Epoch mod 1.2.0       Load 'Epoch' from library [signature mismatch])

And when i try to join the server it tells me that epoch keys ...are not signed by a key accepted by this server.... 

 

Thats my Server starter batch

@echo off
color 0a
title ArmA 3 Server Monitor!
start E:\A3Epoch\ArmA3EpochServer\DB\redis-server.exe E:\A3Epoch\ArmA3EpochServer\DB\redis.conf
:Serverstart
echo Launching Server
E: 
cd "E:\A3Epoch\ArmA3EpochServer"
echo ArmA 3 Server Monitor... Active !
start /min /wait "arma3"  "E:\A3Epoch\ArmA3EpochServer\arma3server.exe"  "-mod=@Epoch;" "-serverMod=@epochhive;" -config=E:\A3Epoch\ArmA3EpochServer\sc\server.cfg -port=2302 -profiles=sc -cfg=E:\A3Epoch\ArmA3EpochServer\sc\basic.cfg -name=sc -autoINIT -Loadmissiontomemory
ping 127.0.0.1 -n 15 >NUL
echo ArmA 3 Server Shutdown ... Restarting!
ping 127.0.0.1 5 >NUL
cls
goto Serverstart

Heres a server log

  Reveal hidden contents

Any help would be greatly appreciated as i've searched for hours now and cant find a way to get this to work.

ArmA3ServerMismatch.PNG

IngameError.png

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

It would seem there are problems with the @epoch files in your servers directory. You can see from your screen shot that server and client keys are different.

Re-check that the client files are up to date and both server and your game are using the same @epoch files and since you have followed the above setup I would recommend to re-check your server install steps against this updated install instruction set > https://epochmod.com/forum/topic/44751-dec2017-arma-3-epochmod-server-installation-and-setup/

Specifically this part:

4. Copy the Client Files to your Server

  • Copy your @Epoch folder to your "EpochServer"
  • By default it should be located in "C:\Program Files (x86)\Steam\steamapps\common\Arma 3\!Workshop\@Epoch"

By copying the client files from your Arma 3 game folder, you ensure that, at least, your server and client files are both using the same files.

good luck.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...