Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to fix this "HttpError: SslVerificationFail" Error ?

Asked by 3 years ago
Edited 3 years ago

Hi, I'm basically trying to get the table in Pastebin by using GetAsync or RequestAsync but each time I executed, it keeps giving me this error line:

HttpError: SslVerificationFail

Also here's my code:

local Table_ = nil

loadstring("Table_ = ".. game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/H08yzbLU", true)) -- the error starts at here

for i,a in pairs(Table_) do
    print(a)
end
0
I'm getting the same issue too, I don't really know why. samast2010 0 — 2y

Answer this question