HTTP Unknown Error (HttpError:SslConnectFail)

I’ll put up a report. It is not only me that is having this issue.

HTTP 500: INTERNAL SERVER ERROR

Output:
0

More output & Effected Scripts

All three scripts are crucial to our games as we need to auto-team players based on their group ranks.

The problem is ongoing. It was reported by multiple players from our community around 15:15 EST+1, and it is not only happening to our games. This is also reported to be an ongoing issue in a few other events.

It occurs both in Roblox Studio and in-game.

Effected Games:

Please have this fixed ASAP please, our game at this stage is extremely unstable. Thank you.

3 Likes

Roblox services are down, please wait for them to be back up.

2 Likes

:GetRankInGroup() is not working
HTTP 500

2 Likes

Having the same issue/error in a group game. (HttpError:SslConnectFail)
Screenshot_510

2 Likes

Now I am getting the error

Http Request failed: HttpError: SslConnectFail
1 Like

Hello! The issue seems to persist again. I am using HttpService to issue a remote GET request to my REST API on a remote server that I built. I’ve already tested my REST API to make sure that its working, and it is. The reason why this is so much of an issue is because when a person makes a purchase, it sends it to my database then other games can also get the player’s purchases. If someone made a purchase of like 700 Robux and didn’t get anything, then it would practically be a scam. This is what I am getting:

I am wondering if it would be possible for anyone to look into this at the time, because I need to quickly continue my work and am unable due to the error. Also, it might help to know that the system was working perfectly fine yesterday with no problems, and today is when I am just experiencing these issues. Thank you for your help!

1 Like

Is this a built-in function to interact with a Roblox API, because that’s what this thread is about. If this is your own external server using HttpService, this is an issue with your server and not a problem on Roblox’s end. There’s most likely something wrong with your SSL certificate if you are getting this error on your own server.

2 Likes

That’s weird, because my Http server was working well the previous night. Then, the next day after making no changes, it stops working. An hour later, its working again. I’m certain that its an issue with Roblox, because when I test it on every platform besides Roblox, its working all hours of the day.

2 Likes

bit of a bump because I’m currently experiencing this issue and it’s still gamebreaking.