Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Curl error=Problem with the SSL CA cert (path? access rights?) #4749

Closed
t3mpesta opened this issue Jan 16, 2025 · 1 comment
Closed

Comments

@t3mpesta
Copy link

t3mpesta commented Jan 16, 2025

User story

unable to publish new server

Game

Arma Reforger

Linux distro

RedHat 9

Command

command: start

Further information

on start, the gameserver is unable to comunicate with steam and/or arma server during server publish.

obvious http request works fine on system.
no problem using a docker rhel 9 image and a steamcmd installation in a new container.

server error log:

BACKEND (E): Curl error=Problem with the SSL CA cert (path? access rights?)
BACKEND (E): Http Error (BAD_REQUEST)
BACKEND (E): [RestApi] ID:[4] TYPE:[EBREQ_GAMECONFIG_List] Error - Cannot send request

Relevant log output

NETWORK      : RPL listen address requested: '0.0.0.0:2001'
NETWORK      : Starting RPL server, listening on address 0.0.0.0:2001, fastValidation=true
DEFAULT      : BattlEye Server: Loading BattlEye library from path '/home/armarserver/serverfiles/battleye/BEServer_x64.so'.
DEFAULT      : BattlEye Server: 'Initialized (v1.220, Arma Reforger 1.2.1.173)'
DEFAULT      : BattlEye Server: Initialized.
'EFAULT      : BattlEye Server: 'Config entry: GameID armar
DEFAULT      : BattlEye Server: 'Config entry: MasterPort 2001'
BACKEND   (E): Curl error=Problem with the SSL CA cert (path? access rights?)
BACKEND   (E): Http Error (BAD_REQUEST)
BACKEND   (E): [RestApi] ID:[1] TYPE:[EBREQ_GAMECONFIG_List] Error - Cannot send request
BACKEND   (E): Curl error=Problem with the SSL CA cert (path? access rights?)
BACKEND   (E): Http Error (BAD_REQUEST)
BACKEND   (E): [RestApi] ID:[2] TYPE:[EBREQ_GAMECONFIG_List] Error - Cannot send request
BACKEND   (E): Curl error=Problem with the SSL CA cert (path? access rights?)
BACKEND   (E): Http Error (BAD_REQUEST)
BACKEND   (E): [RestApi] ID:[3] TYPE:[EBREQ_GAMECONFIG_List] Error - Cannot send request
BACKEND   (E): Curl error=Problem with the SSL CA cert (path? access rights?)
BACKEND   (E): Http Error (BAD_REQUEST)
BACKEND   (E): [RestApi] ID:[4] TYPE:[EBREQ_GAMECONFIG_List] Error - Cannot send request
DEFAULT      : BattlEye Server: Done.
RPL          : IReplication:: Finishing...
RPL          : rpl::Pip::ProcessNetToGame
 RPL          : IReplication: Finished
RPL          : Pip::Destroy
ENGINE    (E): Unable to initialize the game
ENGINE       : Game destroyed.
RPL          : Pip::Destroy

Steps to reproduce

No response

@t3mpesta
Copy link
Author

solved added a link :
sudo ln -s /etc/pki/tls/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

seems a problem that affect plain rhel distro.

@github-project-automation github-project-automation bot moved this from 🆕 New Issues to ✅ Done in LinuxGSM Backlog Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant