Page MenuHomeFeedback Tracker

HTTP error with curl on dedicated server
New, NormalPublic

Description

Please provide the following when creating the Ticket:

Game Version number: 1.3.0.157
Modded?: - No

Issue Description:
BACKEND (E): Curl error=SSL peer certificate or SSH remote key was not OK

Details

Severity
Block
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Followed install documentation,
Tried fresh install of CMD <- issue still occurred
Tried fresh install of game files <- issue still occurred

Additional Information

I do not have an SSL cert nor a domain that I could point on to (lets encrypt etc)

OS is windows server 2022
Networking has worked for other game servers
Where can I modify the curl execution so it does not check for SSL cert?

Event Timeline

Kopaka added a subscriber: Kopaka.Sat, Apr 26, 3:25 AM

@DougJudee

I was getting the same issue earlier with a fresh build of Server 2022 Standard edition. I was looking to profile the process with ProcMon and all of a sudden it started working. Here is what I had different when it started working and the cURL error was not present.

1: I had Edge open to SysInternals as I had just downloaded ProcMon. I did complete the initial Edge setup but I did not sign in to sync settings
2: I had IE enhanced security disabled for Administrators
3: I had ProcMon running and capturing when I started the batch script to start my server

Below you will find my batch script that I use to start my server.

START armaReforgerServer.exe -config=".\configs\config.json" -maxFPS=30 -logsDir=".\logs" -logLevel verbose

You can omit the -logsDir and -logLevel as I was using this to debug the issue.

Please let me know if this work around fixes your issue as I think it would point to something with Edge in Server 2022.