Display More
- [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create
- [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create
- [8584c8df4dba56d37a407ffb][127.0.0.1] /client/notifier/channel/create
This is the reason, your certificate gone borked, there is 2 options on how to solve this.
Lucky way or manual adding way.
Lucky way:
First, delete the files within gamefolder/user/certs/Second, launch the server in admin mode(it may require that to generate and sign a cert key)
To see is it actually fixed, enter the character page in the game (basically your inventory), if you see lines being spammed like the one at the start of this post in server terminal, then the issue still persists.The second solution should be in FAQ, but since Eresh didn't manage to look for it, to give you a solution i'll just post it here.
Manual add:Don't touch certs folder this time, be sure they are generated there (aka there is 2 files)
Open Command Prompt (Windows key + R)
inside of it enter : certutil.exe -f -addstore Root <yourgamepath>\user\certs\cert.pem
Here's an example if you feel you need one:
certutil.exe -f -addstore Root D:\Games\Tarkov\user\certs\cert.pem
Be advised CMD should run in admin mode to do the thing.
If you're accustomed to the PC, but can't make CMD to work on admin mode for some reason, you can make a .bat file and run it via right click - run as admin.
hope it helps.
Thank you, it solved my problem