Network:Error: Code: KDS passphrase failure: Server provider id certificate unavailable: 0x80092004

Dedicated server running the dedicated server launcher 1.3.1 getting error Network:Error: Code: KDS passphrase failure: Server provider id certificate unavailable: 0x80092004 it is running on windows 10 64 bit dedicated server just for hosting games.

KDS us a Windows server thing that I am not running on my network… so not surewhy i would be getting error ?

I have checked all secuerity areas firewall, so forth what is wired is that I never use to get this error before this last download ?

Hey @Midn8t

Could you send us your server’s logs so our team can have a look at it?

Thanks in advance.

1 Like

I have the same problem on a linux machine running the server with wine. On my Windows 10 64 bit computer I dont run into any problems.

I have the same issue.
Running Ubuntu 20.04 with Wine.
The App is installed fine from Steam, using the guide from GamePedia: Dedicated Server Setup: Linux and Wine
When the server is starting i get an error regarding steam API being disabled, and then when the server is fully started it keep getting this error:

[2020.10.15-17.07.53:362][702]Network:Error: Code: KDS passphrase failure: Server provider id certificate unavailable: 0x80092004
002d:err:eventlog:ReportEventW L"Code: KDS passphrase failure: Server provider id certificate unavailable: 0x80092004"
Network:Display: Connecting to key distribution web service wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/…
[2020.10.15-17.07.53:362][702]Network:Display: Connecting to key distribution web service wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/…
Network:Display: Key distribution web service: Connecting (session: CB0E172A4051D4A051A04288B21AA703, mirror: wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/, fail count: 1, retry time: -1.0)
[2020.10.15-17.07.53:362][702]Network:Display: Key distribution web service: Connecting (session: CB0E172A4051D4A051A04288B21AA703, mirror: wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/, fail count: 1, retry time: -1.0)
Network:Display: Key distribution web service: Disconnected (session: CB0E172A4051D4A051A04288B21AA703, mirror: wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/, fail count: 2, retry time: 0.5)
[2020.10.15-17.07.53:620][710]Network:Display: Key distribution web service: Disconnected (session: CB0E172A4051D4A051A04288B21AA703, mirror: wss://ce-kds-winunoff-wdc01.funcom.com:7005/server/, fail count: 2, retry time: 0.5)
Network:Error: Code: Connection state abandoned with state changes still pending. This should never happen.

If i try to join the server i can see in console that it gets registered, but i get Auth error ingame.

I also followed the guide and imported my settings from my running Windows 10 64 Bit Server installation. Did your linux server work before the last update or is this a fresh install?

This is a fresh install on linux :slight_smile:
But i have also tried to use the Dedicated server Launcher on Windows 10 64 Bit and then import the files to my Linux, but with same error.

I just got my server to run:
If you follow the guide i mentioned earlier you should already have made you wine prefix.
You just need to rund the followin 2 commands:

sudo add-apt-repository ‘deb https: // dl.winehq. org/wine-builds/ubuntu/ focal main’ - Mind the space between https, // and .org and the rest of the repo. I am not allowed to post links (So everything from https ti ubuntu/ should be one word)

sudo apt install --install-recommends winehq-stable

And then i cd into the directory where ConanSandboxServer.exe is located and rund the following command to start the server:

xvfb-run --auto-servernum --server-args=‘-screen 0 640x480x24:32’ wine ConanSandboxServer.exe -log

Now that you mention it…

I get this ONLY on my Siptah server, and typically only when I try to connect by any means other than Direct Connect.

It never appears on my EL server which is housed on the same machine.

The only difference is the Siptah server is running on the Beta launcher client.

Thanks for the log. We’ve relayed it to the team to see if there’s something we can spot on our end. Be aware that hosting a server on Linux through Wine is not fully supported, so some wonky behaviour may happen.

2 Likes

Nagels thank you for your feedback. The Server works for me now. I guess I just skipped the step during the installation.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.