pg9182 / northstar-dedicated

Docker image for the Northstar dedicated server.
https://ghcr.io/pg9182/northstar-dedicated
zlib License
101 stars 18 forks source link

1.19.7 - Failed adding self to server list: error SSL connect error #76

Open KallanX opened 1 year ago

KallanX commented 1 year ago

Hello again,

Just updated my server to 1.19.7 and I'm seeing this issue in my container logs.

[00:05:03] [NORTHSTAR] [info] Running custom SERVER script callback "CustomPilotCollision_InitPlaylistVars"
[00:05:04] [NORTHSTAR] [info] SERVER CodeCallback CodeCallback_PostEntityInit called
[00:05:04] [NORTHSTAR] [info] Not executing custom callbacks for CodeCallback CodeCallback_PostEntityInit
[00:05:04] [SCRIPT SV] [info] Code Script: _init
[00:05:04] [NORTHSTAR] [info] loading took 10.4028299s
[00:05:04] [NORTHSTAR] [info] Attempting to register the local server to the master server.
[00:05:04] [NORTHSTAR] [errr] Failed adding self to server list: error SSL connect error
[00:05:04] [NORTHSTAR] [errr] Reached max ms server registration attempts.

Any thoughts?

GeckoEidechse commented 1 year ago

Many thanks for the report <3 So it seems updating the base curl version in upstream Northstar to 8.4.0 (https://github.com/R2Northstar/NorthstarLauncher/pull/568) does indeed break the docker image again. For now I suggest going back to 1.19.6 until we figured out how to fix this \^\^"

cc @pg9182

GeckoEidechse commented 1 year ago

@KallanX I pushed out v1.19.8 and corresponding Docker image if you wanna give that one a try ^^

KallanX commented 1 year ago

@GeckoEidechse

v1.19.8 works perfectly!

Thank you for the prompt response 👍🏻