We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
unable to publish new server
Arma Reforger
RedHat 9
command: start
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
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
No response
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
Steps to reproduce
No response
The text was updated successfully, but these errors were encountered: