Occasionally, some Http requests will fail when posting to an SSL url. Once it happens in a server, it seems to always fail in that server until shutdown.
The error is (curl_easy_perform): SSL connect error (35)
The bug happens randomly on any game in any server, there doesn’t seem to be any specific trigger as I am always posting to the same URL. It isn’t level specific, I have recorded it in many games that use my code, an example of somewhere this bug occurs most frequently (but not all of the time) is this place:
I’ve been getting reports of this bug more often in the past 2 weeks than before.
I feel like you might have to send some code, if you can reproduce it with simple http requests, you might have to mark this with the ROBLOXCRITICAL tag
I have seen this happen in my game as well. It’s an annoying black hole in my logging system, and an even more annoying gap in my moderation and report system.
Can you please check if the server where you are POSTing to supports TLS v1.2? Does this error happen consistently, or it works sometimes (e.g. it fails and sometimes works when POSTing to the same server)?