SSL configuration error (setup.roblox.com)

when I was trying to view https://setup.roblox.com/version-19073b5104cb45df-API-Dump.json to view a list of class properties, the browser returns NET::ERR_CERT_COMMON_NAME_INVALID. I am using chrome but this issue persists on other browsers like firefox and microsoft edge. additionally, the page is blocked in the United Kingdom, Canada and the Philippines meaning this is happening globally

this is broken because the server is returning the host name s3.amazonaws.com instead of *.roblox.com and the browser likely sees this as fraudulent because the SSL handshake cannot be completed due to the mismatch

this is not an issue with my ISP as my DNS lookup shows the correct CNAME. I am not sure if this domain is still in use but I am reporting this as it could contain important information to developers

here is a separate domain that works and returns the same information if the engineers wanna use that to help them
https://setup.rbxcdn.com/version-19073b5104cb45df-API-Dump.json
this works because it returns a valid *.rbxcdn.com wildcard certificate

2 Likes