LovreDev
(LovreDev)
July 20, 2022, 1:56am
#1
Hello, I’m trying to use a get request for my website to get the JSON code, but every time I request it, It returns “HttpError: TlsVerificationFail”, I’m not sure why this happens, but it doesn’t occur with any other websites.
https://lovre.us/raw/codes
1 Like
Can your site catch roblox’s signal?
Its because Roblox dropped support for TSL 1.0 and 1.1 for Httpservice. Your website most likely uses TSL 1.0 or 1.1.
See this announcement:
What’s changing?
On July 5, 2022, the Roblox Engine will no longer support making HTTPS requests to servers that do not support at least TLS version 1.2. Previously the minimum required TLS version was 1.0.
Why are TLS 1.0 and 1.1 being removed?
Removing support for these TLS versions from the Roblox Engine will improve security for all HTTPS requests made by any experience. TLS versions 1.0 and 1.1 have been deprecated by the Internet Engineering Task Force (IETF), and all major browsers hav…
1 Like
LovreDev
(LovreDev)
July 20, 2022, 7:36pm
#4
I’ve tested it with http://ssl-checker.online-domain-tools.com/ and it seems to support TLs 1.2?
Domain name https://lovre.us/ is not valid
LovreDev
(LovreDev)
July 22, 2022, 2:40pm
#6
What does that mean???
thirtychrs